Exam 12: Introduce the topic of importing Microsoft Excel 2016 data into a database table

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

Which of the following is an SQL trigger that Oracle supports?

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

D

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

Free
(True/False)
4.9/5
(25)
Correct Answer:
Verified

True

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

Free
(True/False)
4.9/5
(41)
Correct Answer:
Verified

True

What are SQL stored procedures and how are they used?

(Essay)
4.9/5
(35)

SQL views can be used to hide complicated SQL syntax.

(True/False)
4.7/5
(41)

Stored procedures have the advantage of all choices except ________.

(Multiple Choice)
4.9/5
(41)

A stored program that is stored within the database and compiled when used is called a trigger.

(True/False)
4.7/5
(31)

Which of the following is not an SQL trigger?

(Multiple Choice)
4.9/5
(39)

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

(Multiple Choice)
4.8/5
(38)

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

(Multiple Choice)
4.7/5
(38)

Although it cannot be used in creating an SQL VIEW,the SQL SELECT statements retrieving view instances can include ________.

(Multiple Choice)
4.8/5
(35)

The SQL statement used to delete a view from a database is ________.

(Multiple Choice)
4.9/5
(35)

SQL views are constructed from ________.

(Multiple Choice)
4.8/5
(35)

Describe a situation where a SQL MERGE statement is appropriately used in a table.

(Essay)
4.9/5
(32)

Microsoft Access ________ can use previously stored view equivalent Access queries the same way an SQL SELECT statement uses SQL views.

(Short Answer)
4.8/5
(32)

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

(True/False)
4.9/5
(43)

SQL views contain their own data.

(True/False)
4.9/5
(35)

SQL views are constructed from SELECT statements.

(True/False)
4.8/5
(26)

Since an SQL view is essentially a stored query,Microsoft Access queries can be used to implement SQL view equivalents.

(True/False)
4.8/5
(37)

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

(True/False)
4.8/5
(26)
Showing 1 - 20 of 84
close modal

Filters

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