Exam 7: Sql for Database Construction and Application Processing

arrow

12,030 students have unlocked this exam

  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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

(Essay)
4.9/5
(39)

Data values to be added to a table are specified by using the SQL VALUES clause.

(True/False)
4.7/5
(46)

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

(Multiple Choice)
4.8/5
(44)

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

(True/False)
4.8/5
(33)

If the values in an SQL view are changeable through the view itself,the SQL command UPDATE is used to change the values.

(True/False)
4.7/5
(29)

Rows can be removed from a table by using the SQL DELETE statement.

(True/False)
4.9/5
(37)

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

(Multiple Choice)
4.8/5
(40)

A stored program that is attached to the database is called ________.

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

Explain the essential format of the CREATE TABLE statement.

(Essay)
4.8/5
(45)

The SQL command used to create a virtual table is ________.

(Multiple Choice)
4.8/5
(41)

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

(True/False)
4.8/5
(33)

Because SQL statements are set-oriented,whereas programs are element-oriented,the results of SQL statements used in programs are treated as ________.

(Multiple Choice)
4.7/5
(37)

SQL triggers are created using ________.

(Multiple Choice)
4.7/5
(35)

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.9/5
(37)

The SQL keyword MODIFY is used to change a column value.

(True/False)
4.7/5
(43)

The SQL keyword DELETE is used to delete a table's structure.

(True/False)
4.9/5
(40)

Which SQL keyword is used to change the values of an entire column?

(Multiple Choice)
4.9/5
(38)

What are SQL triggers and how are they used?

(Essay)
4.8/5
(38)

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

(True/False)
4.9/5
(38)
Showing 61 - 80 of 100
close modal

Filters

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