Questions
Question 1 Multiple Choice (Single Answer)
What does the term DBMS stand for?
- Database Management Schema
- Database Management Style
- Database Management System
- Database Manipulation Schema
- Database Manipulation Style
Question 2 Multiple Choice (Single Answer)
The normalization process is:
- used to remove redundant data.
- used to make the storage of data more efficient.
- not recommended for most databases.
- Both a and b.
- All of the above.
Question 3 Multiple Choice (Single Answer)
Which clause is required in an SQL query for getting information from a database?
- JOIN
- ON
- ORDER BY
- SELECT
- WHERE
Question 4 Multiple Choice (Single Answer)
How many fields can be specified in the SELECT clause?
- 1
- 2
- 3
- As many as needed.
Question 5 Multiple Choice (Single Answer)
How many records are specified in the SELECT clause?
- 1
- 2
- 3
- As many as needed.
Question 6 Multiple Choice (Single Answer)
Which is the wildcard symbol for selecting all the fields in a table?
- @
- #
- ^
- *
- <
Question 7 Multiple Choice (Single Answer)
The WHERE clause is used to restrict the number of ____ retrieved by an SQL statement.
- fields
- records
- tables
- Both a and b.
- All of the above.
Question 8 Multiple Choice (Single Answer)
Which is not a valid type of JOIN?
- LEFT JOIN
- MIDDLE JOIN
- RIGHT JOIN
- INNER JOIN
- All of the above are valid types.
Question 9 Multiple Choice (Single Answer)
The ORDER BY clause is used to sort:
- fields.
- records.
- tables.
- Both a and b.
- All of the above.
Question 10 Multiple Choice (Single Answer)
Which property of the database must the connection object contain?
- Location
- Type
- Query
- All of the above