1 12 14
10 2
3
13
4
5
11
6
7
8
9

Crossword: Database Manipulation Language

Across

1. A clause in SQL that is used to group rows based on one or more columns.

2. A field in a database or data table that is calculated or derived from other fields, rather than being directly inputted or stored.

3. A function in SQL that performs calculations on a set of values and returns a single value.

4. A clause in SQL that allows you to specify conditions on groups of rows created by the 'GROUP BY' clause.

5. Security vulnerabilities that occur when user input is directly concatenated into SQL queries.

6. A nested query in SQL that is placed within another query and is used to retrieve data from multiple tables.

7. Values that are substituted into the SQL parameter query at runtime.

8. A statement in SQL that allows you to perform different actions based on a set of conditions.

9. A keyword in SQL used to return only unique rows in the result of a query.

Down

10. A structured collection of data that is organized and accessible in various ways.

11. A placeholder is a character or sequence of characters used in a SQL statement as a substitute for a parameter value.

12. Symbols used to represent parameter placeholders in a SQL statement.

13. The process of fetching specific data from a database based on certain criteria or conditions.

14. A code injection technique that attackers use to exploit vulnerabilities in a database's SQL statements.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓