Database (Please Ignore spaces for two or three word answers )
Across
- 2. An SQL command that sorts the results from a query by a given column either alphabetically or numerically
- 5. An SQL command that fetches specified fields (columns) from a table
- 7. The standard query language for writing scripts to obtain useful information from a relational database
- 8. An SQL command to include only those records (rows) in a query that match a given condition
Down
- 1. An SQL command that identifies the table to use
- 3. A persistent structured collection of data that allows people to extract information in a way that meets their needs
- 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
- 5. An SQL command that returns the sum of all the values in a field (column); used with SELECT
- 6. The values associated with each record in a database table