Exam 7: Sql for Database Construction and Application Processing

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

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

(True/False)
4.8/5
(37)

Which SQL keyword is used to add one or more rows of data to a table?

(Multiple Choice)
5.0/5
(40)

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

(Multiple Choice)
4.9/5
(33)

What are SQL stored procedures and how are they used?

(Essay)
4.8/5
(19)

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

(Multiple Choice)
4.9/5
(28)

If the table PRODUCT has a column PRICE,and PRICE has the data type Numeric (8,2),the value 98765 stored in that field will be displayed by the DBMS as 98765.00.

(True/False)
4.8/5
(34)

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

Which keyword is used to remove one or more rows from a table?

(Multiple Choice)
4.9/5
(43)

SQL views are used ________.

(Multiple Choice)
4.9/5
(37)

Unlike application code,stored procedures are never distributed to the client computers.

(True/False)
4.8/5
(40)

Which SQL keyword is used to impose restrictions on a table,data or relationship?

(Multiple Choice)
4.9/5
(22)

A set of SQL statements stored in an application written in a standard programming language is called ________.

(Multiple Choice)
4.9/5
(32)

The SQL keyword MODIFY is used to change the structure,properties or constraints of a table.

(True/False)
5.0/5
(39)

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
(35)

The SQL keyword PRIMARY KEY is used to designate the column(s)that are the primary key for the table.

(True/False)
4.9/5
(31)

SQL triggers can be used with SQL operations INSERT,UPDATE,and DELETE.

(True/False)
4.7/5
(34)

An SQL virtual table is called ________.

(Multiple Choice)
4.8/5
(28)

Which SQL statement is used to retrieve view instances?

(Multiple Choice)
4.8/5
(38)

An SQL virtual table is called a view.

(True/False)
4.9/5
(42)

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.7/5
(34)
Showing 81 - 100 of 100
close modal

Filters

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