Across
- 3. An SQL command that fetches specified fields (columns) from a table
- 7. An SQL command to include only those records (rows) in a query that match a given condition
- 10. A database that contains only one table
- 11. An SQL command that returns the sum of all the values in a field (column); used with SELECT
- 12. A field in a database that uniquely identifies a record
- 14. A method of checking the output from a logic circuit; it lists all the possible binary input combinations and their associated outputs
- 17. An electronic circuit that relies on 'on/off' logic; the most common are NOT, AND, OR, NAND, NOR and XOR
- 18. A persistent structured collection of data that allows people to extract information in a way that meets their needs
Down
- 1. A form of algebra linked to logic circuits and based on TRUE or FALSE
- 2. A classification of how data is stored and displayed, and of which operations that can be performed on the stored value
- 4. A collection of fields that describe one item
- 5. An SQL command that counts the number of records (rows) in which the field (column) matches a specified condition; used with SELECT
- 6. An SQL command that sorts the results from a query by a given column either alphabetically or numerically
- 8. The values associated with each record in a database table
- 9. The standard query language for writing scripts to obtain useful information from a relational database
- 13. These are formed from a combination of logic gates and designed to carry out a particular task
- 15. A collection of related records in a database
- 16. An SQL command that identifies the table to use
