Exam 7: SQL for Database Construction and Application Processing

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

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

(True/False)
4.9/5
(40)

SQL triggers are created using ________.

(Multiple Choice)
4.8/5
(33)

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

(True/False)
4.8/5
(39)

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

(True/False)
4.8/5
(31)

The Oracle DBMS supports the SQL BEFORE trigger.

(True/False)
4.9/5
(32)

What are SQL stored procedures and how are they used?

(Essay)
4.8/5
(28)

One or more rows can be added to a table by using the SQL INSERT statement.

(True/False)
4.9/5
(37)

SQL triggers use the ANSI SQL keywords BEFORE,INSTEAD OF,and AFTER.

(True/False)
4.8/5
(38)

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)
5.0/5
(33)

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

(Multiple Choice)
5.0/5
(35)

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

(True/False)
4.8/5
(34)

SQL triggers are used for providing default values,validity checking,updating views,and performing referential integrity actions.

(True/False)
4.8/5
(30)

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

(True/False)
4.8/5
(35)

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

(True/False)
4.9/5
(35)

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

(Multiple Choice)
4.8/5
(38)

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

In an SQL query of two tables,which SQL keyword indicates that we want data from all the rows of one table to be included in the result,even if the row does not correspond to any data in the other table?

(Multiple Choice)
4.8/5
(40)

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

(Essay)
4.8/5
(27)

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

(Multiple Choice)
4.9/5
(41)

Joins that show only matching rows from the joined tables in their results are called inner joins.

(True/False)
4.9/5
(36)
Showing 21 - 40 of 105
close modal

Filters

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