Exam 7: SQL for Database Construction and Application Processing

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

When a trigger is fired,the DBMS makes the appropriate data available to the trigger code.

Free
(True/False)
4.9/5
(38)
Correct Answer:
Verified

True

If a trigger is being written to enforce referential integrity actions,you cannot use an INSTEAD OF trigger.

Free
(True/False)
4.8/5
(36)
Correct Answer:
Verified

False

A stored program that is stored within the database and compiled when used is called a trigger.

Free
(True/False)
4.7/5
(36)
Correct Answer:
Verified

False

A stored program that is attached to a table or view is called ________.

(Multiple Choice)
4.9/5
(34)

The following database will be used in this question: GENERAL SALES DATABASE: SALESREP The following database will be used in this question: GENERAL SALES DATABASE: SALESREP     CUSTOMER     What is an SQL view,and what is it used for? Include an example based on the CUSTOMER table of the General Sales Database. CUSTOMER The following database will be used in this question: GENERAL SALES DATABASE: SALESREP     CUSTOMER     What is an SQL view,and what is it used for? Include an example based on the CUSTOMER table of the General Sales Database. What is an SQL view,and what is it used for? Include an example based on the CUSTOMER table of the General Sales Database.

(Essay)
4.8/5
(28)

Which SQL keyword is used to delete a table's structure?

(Multiple Choice)
4.8/5
(24)

Explain the essential format of the CREATE TABLE statement.

(Essay)
4.8/5
(30)

What are SQL triggers and how are they used?

(Essay)
4.8/5
(34)

Stored procedures have the advantage of greater security,decreased network traffic,SQL optimized by the DBMS compiler,and code sharing.

(True/False)
4.7/5
(37)

SQL views are used ________.

(Multiple Choice)
4.8/5
(41)

The SQL keyword CHECK is used to limit column values to specific values.

(True/False)
4.7/5
(38)

The SQL keyword used to limit column values to specific values is ________.

(Multiple Choice)
4.9/5
(31)

One advantage of using the CONSTRAINT command to define a primary key is that the database designer controls the name of the constraint.

(True/False)
4.7/5
(32)

Rows in a table can be changed by using the SQL UPDATE statement.

(True/False)
4.9/5
(27)

Discuss SQL data types.

(Essay)
4.8/5
(31)

SQL triggers are created using the SQL ADD TRIGGER statement.

(True/False)
4.8/5
(30)

Which of the following is not an ANSI SQL trigger?

(Multiple Choice)
4.8/5
(33)

SQL views are constructed from SELECT statements.

(True/False)
4.8/5
(33)

A stored program that is attached to a table or view is called a stored procedure.

(True/False)
4.8/5
(42)

The SQL CREATE statement is used to name a new table and describe the table's columns.

(True/False)
4.9/5
(36)
Showing 1 - 20 of 105
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)