Exam 7: Sql for Database Construction and Application Processing

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

Which of the following is not an ANSI SQL trigger?

(Multiple Choice)
4.7/5
(37)

If the values in an SQL view are not changeable through the view itself,you may still be able to update the view by using unique application logic.In this case,the specific logic is placed in an INSTEAD OF trigger.

(True/False)
4.8/5
(29)

SQL triggers are created using the SQL ADD TRIGGER statement.

(True/False)
4.8/5
(24)

If the table PRODUCT has a column PRICE that has the data type Numeric (8,2),the value 12345 will be displayed by the DBMS as ________.

(Multiple Choice)
4.9/5
(39)

The values in an SQL view are always changeable through the view itself.

(True/False)
4.8/5
(38)

If the table ITEM has a column WEIGHT,and WEIGHT has the data type Numeric (7,2),the value 4321 with be displayed by the DBMS as 43.21.

(True/False)
4.9/5
(37)

Which of the following illustrates the authors' preferred style of defining a primary key?

(Multiple Choice)
4.8/5
(35)

The SQL keyword CONSTRAINT is used in conjunction with the SQL keywords PRIMARY KEY and FOREIGN KEY.

(True/False)
4.7/5
(41)

When the correct SQL command is used to delete a table's structure,the command can only be used with a table that has already had its data removed.

(True/False)
4.9/5
(36)

What is embedded SQL,and what considerations are necessary when using it in an application?

(Essay)
5.0/5
(49)

Because SQL stored procedures allow and encourage code sharing among developers,stored procedures give database application developers the advantages of less work,standardized processing,and specialization among developers.

(True/False)
4.9/5
(43)

According to the SQL-92,statements used to construct views cannot contain the WHERE clause.

(True/False)
4.7/5
(28)

One advantage of using the CONSTRAINT phrase to define a primary key is that the database designer controls the ________.

(Multiple Choice)
4.9/5
(38)

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

(True/False)
4.9/5
(38)

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

(Multiple Choice)
4.7/5
(33)

When the correct SQL command is used to delete a table's structure,what happens to the data in the table?

(Multiple Choice)
4.9/5
(33)

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

(Multiple Choice)
4.8/5
(41)

Stored procedures have the advantage of ________.

(Multiple Choice)
4.8/5
(29)

Because SQL stored procedures allow and encourage code sharing among developers,stored procedures give database application developers the advantages of ________.

(Multiple Choice)
4.8/5
(36)

SQL views can be used to hide columns.

(True/False)
4.8/5
(39)
Showing 41 - 60 of 100
close modal

Filters

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