Exam 7: SQL for Database Construction and Application Processing

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

Which SQL keyword is used to change one or more rows in a table?

(Multiple Choice)
4.7/5
(27)

Joins that show the matching rows from the joined tables plus unmatched rows from one other table in their results are called outer joins.

(True/False)
4.9/5
(38)

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

(True/False)
4.8/5
(41)

Explain how relationships are created using SQL.

(Essay)
4.8/5
(36)

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 ________.

(Multiple Choice)
4.8/5
(27)

SQL triggers can be used when the DBMS receives a(n)________ request.

(Multiple Choice)
4.9/5
(36)

If the values in an SQL view are changeable through the view itself,which SQL statement is used to change the values?

(Multiple Choice)
4.8/5
(43)

SQL triggers can be used when the DBMS receives an insert request.

(True/False)
4.8/5
(34)

SQL views can be used to hide columns.

(True/False)
4.8/5
(37)

Because SQL statements are table-oriented,whereas programs are variable-oriented,the results of SQL statements used in programs are accessed using an SQL cursor.

(True/False)
4.7/5
(38)

The SQL command SELECT is used to retrieve view instances.

(True/False)
4.8/5
(32)

Which of the following is an SQL trigger Microsoft SQL Server supports?

(Multiple Choice)
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.8/5
(31)

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

(True/False)
5.0/5
(44)

Outer joins can be either up joins or down joins.

(True/False)
4.9/5
(36)

Discuss what is meant by a data type of "Numeric (10,3)."

(Essay)
4.8/5
(33)

SQL views can be use used to provide a level of insolation between data processed by applications and the data actually stored in the database tables.

(True/False)
4.8/5
(41)

Distinguish between Char and VarChar data types.

(Essay)
4.7/5
(22)

Because SQL statements are table-oriented,whereas programs are element-oriented,the results of SQL statements used in programs are accessed using ________.

(Multiple Choice)
4.9/5
(43)

Which SQL keyword is used to name a new table and describe the table's columns?

(Multiple Choice)
4.8/5
(31)
Showing 81 - 100 of 105
close modal

Filters

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