Across
- 1. returns records without repetition.
- 6. . TABLE statement is used to make changes in the structure of a table.
- 8. TABLE Creates a new table in a database
- 9. operator defines the range of values in which the column value must fall into, to make the condition true.
- 11. Modifies data in a database table
- 13. BY Specifies the sorting order of the result set
Down
- 2. Adds data to a database table
- 3. Retrieves data from a database table
- 4. DATABASE Creates a new database
- 5. statement with table name shows the structure of the table.
- 7. Deletes data from a database table
- 10. Specifies conditions for selecting data in a query
- 12. This command is used to remove an existing database, table.
