Loading

Q1.

Where is actual data stored in a database?
A. Database
B. Table
C. Column
D. Index

Q2.

Which command selects a database to work in?
A. SELECT DATABASE
B. USE DATABASE
C. USE database_name
D. OPEN DATABASE

Q3.

Which SQL command is used to create a table?
A. MAKE TABLE
B. ADD TABLE
C. CREATE TABLE
D. NEW TABLE

Q4.

What does DESCRIBE Students show?
A. Table data
B. Table size
C. Table structure
D. Table indexes