SQL-JD

123456789101112
Across
  1. 1. : a row in a relation
  2. 4. : Command used to remove the entire table
  3. 7. : Aggregate function is used to count the number of rows in a SQL query
  4. 8. : Command used to add data to a relation
  5. 11. : sql clause used to arrange the records
  6. 12. : Command used to change the Table Structure
Down
  1. 2. : Command used to change the content of a relation
  2. 3. : Total no of Attributes
  3. 5. : Key that helps you to uniquely identify a row
  4. 6. : keyword used to display data without repetition
  5. 9. : Pool of values from which actual value of a column is derived
  6. 10. : SQL clause used to remove tuples from a database table