Sample questions and answers
Let’s evaluate some sample questions and answers about relational databases for the DP-900 certification:
1. Which of the following statements is characteristic of a relational database?
- A row in a table represents a data type.
- Rows in the same table can contain different columns.
- A table has columns (attributes) and rows (records).
- All columns in a table should have the same data type.
2. Which SQL statement is used to create new rows in a table?
- CREATE ROW
- CREATE
- INSERT
- NEW ROW
3. What is an index?
- A structure that enables queries to locate rows in a table quickly
- A virtual table based on the results of a query
- A pre-defined SQL statement that modifies data
- A type of primary key column
4. Which statement is an example of DDL?
- SELECT
- INSERT
- DELETE
- DROP
Answer key
1-C 2-C 3-B 4-D