@@ -1,7 +1,7 @@
[[esql-drop]]
=== `DROP`
-Use `DROP` to remove columns from a table:
+Use `DROP` to remove columns:
[source,esql]
----
@@ -1,6 +1,6 @@
[[esql-eval]]
=== `EVAL`
-`EVAL` enables you to add new columns to the end of a table:
+`EVAL` enables you to append new columns: