Lubinik Learning

Training mode

SQL & Relational Databases

Time remaining:

0 / 20 answered

  1. 1. What is a database?

    What is a database?
    Hint

    Identify what the command or language feature is responsible for.

  2. 2. What characterizes a relational database?

    What characterizes a relational database?
    Hint

    Identify what the command or language feature is responsible for.

  3. 3. What does a database table represent?

    What does a database table represent?
    Hint

    Identify what the command or language feature is responsible for.

  4. 4. What is a row in a relational table?

    What is a row in a relational table?
    Hint

    Identify what the command or language feature is responsible for.

  5. 5. What does a column define?

    What does a column define?
    Hint

    Identify what the command or language feature is responsible for.

  6. 6. What is the purpose of a primary key?

    What is the purpose of a primary key?
    Hint

    Identify what the command or language feature is responsible for.

  7. 7. What does a foreign key express?

    What does a foreign key express?
    Hint

    Identify what the command or language feature is responsible for.

  8. 8. Which SQL command retrieves data?

    Which SQL command retrieves data?
    Hint

    Identify what the command or language feature is responsible for.

  9. 9. Which SQL command adds a new row?

    Which SQL command adds a new row?
    Hint

    Identify what the command or language feature is responsible for.

  10. 10. Which SQL command changes existing rows?

    Which SQL command changes existing rows?
    Hint

    Identify what the command or language feature is responsible for.

  11. 11. Which SQL command removes matching rows?

    Which SQL command removes matching rows?
    Hint

    Identify what the command or language feature is responsible for.

  12. 12. What is a WHERE clause used for?

    What is a WHERE clause used for?
    Hint

    Identify what the command or language feature is responsible for.

  13. 13. What does ORDER BY control?

    What does ORDER BY control?
    Hint

    Identify what the command or language feature is responsible for.

  14. 14. What does LIMIT commonly control?

    What does LIMIT commonly control?
    Hint

    Identify what the command or language feature is responsible for.

  15. 15. What does an INNER JOIN return?

    What does an INNER JOIN return?
    Hint

    Identify what the command or language feature is responsible for.

  16. 16. What does a LEFT JOIN preserve?

    What does a LEFT JOIN preserve?
    Hint

    Identify what the command or language feature is responsible for.

  17. 17. What does NULL represent in SQL?

    What does NULL represent in SQL?
    Hint

    Identify what the command or language feature is responsible for.

  18. 18. What is a database index primarily used for?

    What is a database index primarily used for?
    Hint

    Identify what the command or language feature is responsible for.

  19. 19. What is SQL injection?

    What is SQL injection?
    Hint

    Identify what the command or language feature is responsible for.

  20. 20. Why use parameterized or prepared queries?

    Why use parameterized or prepared queries?
    Hint

    Identify what the command or language feature is responsible for.