Across
- 2. Used to filter records by setting conditions
- 3. A function used to calculate the total of a numeric column.
- 6. Sorts the result of a query in ascending (ASC) or descending (DESC) order.
- 8. A datatype used to store text (letters, words, or sentences).
- 9. Columns in a table; each field represents a specific type of data (e.g., Name, Age).
- 11. Raw facts or information stored in a database (e.g., names, numbers, dates).
- 12. A temporary name given to a table or column to make results more readable.
Down
- 1. Specifies the table where the data will be taken from.
- 3. A command used to choose which columns (fields) you want to display from a database table.
- 4. A function used to count the number of records or values in a column.
- 5. Rows in a table; each record contains a complete set of related data
- 7. A datatype that stores only two values: TRUE or FALSE.
- 10. Define the kind of data a column can hold (e.g., text, numbers, dates).
