MYSQL PUZZLE SHILPA BAFNA(PGT IP)

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