Introduction to SQL, Room, and Flow

  1. True or False: INSERT, UPDATE, and DELETE can be used to modify multiple rows in a data table.

  2. Which of the following are true about the DISTINCT keyword?

    Choose as many answers as you see fit.

  3. Which order of clauses in a SELECT statement is correct?

  4. True or False: The ORDER BY clause returns results in descending order by default.

  5. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    SQL stands for ___.

  6. True or False: You can use the * to select all columns in a data table

  7. A primary key allows for:

    Choose as many answers as you see fit.

  8. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    Room is an ORM Library. ORM stands for ___.

  9. Which of the following are true about ListAdapter?

    Choose as many answers as you see fit.

  10. Which of the following is false about using flow?