Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

16. The ________________ command is used to list a unique value for V_CODE, where the list will produce only a list of those values that

16. The ________________ command is used to list a unique value for V_CODE, where the list will produce only a list of those values that are different from one another.

A. SELECT ONLY V_CODE

FROM PRODUCT;

B. SELECT UNIQUE V_CODE

FROM PRODUCT;

C. SELECT DIFFERENT V_CODE

FROM PRODUCT;

D. SELECT DISTINCT V_CODE

FROM PRODUCT;

17. All transactions must display _____________________.

A. atomicity, serializability, and durability

B. durability, atomicity, consistency, and isolation

C. serializability, durability, and isolation

D. durability and isolation

18. The ANSI has defined standards that govern SQL database transactions. Transaction support is provided by two SQL statements: ____________________ and ROLLBACK.

A. RETRIEVE

B. ASSIGN

C. UPDATE

D. COMMIT

19. Joe is working on the Course table and needs to know which courses have prerequisite. To find the information he would ____________.

A. create a new query

B. create a new table

C. create a new form

D. create a new constraint

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Relational Model A Retrospective Review And Analysis

Authors: C. J. Date

1st Edition

0201612941, 978-0201612943

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago