On which database structure does an update statement operate?
Correct Answer:A
You need to delete a database table.
Which data definition language (DDL) keyword should you use?
Correct Answer:C
Denormalization is performed in order to:
Correct Answer:D
Data in a database is stored in:
Correct Answer:A
You have the following table definition:
CREATE TABLE Road (RoadID INTEGER NOT NULL,
Distance INTEGER NOT NULL)
The Road table contains the following data:
You execute the following statement: INSERT INTO Road VALUES (1234, 36)
What is the result?
Correct Answer:B
Which keyword must be included in a create view statement?
Correct Answer:D