Question 13

On which database structure does an update statement operate?

Correct Answer:A

Question 14

You need to delete a database table.
Which data definition language (DDL) keyword should you use?

Correct Answer:C

Question 15

Denormalization is performed in order to:

Correct Answer:D

Question 16

Data in a database is stored in:

Correct Answer:A

Question 17

You have the following table definition:
CREATE TABLE Road (RoadID INTEGER NOT NULL,
Distance INTEGER NOT NULL)
The Road table contains the following data:
98-364 dumps exhibit
You execute the following statement: INSERT INTO Road VALUES (1234, 36)
What is the result?

Correct Answer:B

Question 18

Which keyword must be included in a create view statement?

Correct Answer:D

START 98-364 EXAM