Database (Please Ignore spaces for two or three word answers )

12345678
Across
  1. 2. An SQL command that sorts the results from a query by a given column either alphabetically or numerically
  2. 5. An SQL command that fetches specified fields (columns) from a table
  3. 7. The standard query language for writing scripts to obtain useful information from a relational database
  4. 8. An SQL command to include only those records (rows) in a query that match a given condition
Down
  1. 1. An SQL command that identifies the table to use
  2. 3. A persistent structured collection of data that allows people to extract information in a way that meets their needs
  3. 4. A list of SQL commands that perform a given task, often stored in a file so it can be reused (more hint it starts with SQL but you dont have to add that
  4. 5. An SQL command that returns the sum of all the values in a field (column); used with SELECT
  5. 6. The values associated with each record in a database table