Exam 12: Sql Views SQL/PSM and Importing Data

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

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

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

True

Because SQL stored procedures allow and encourage code sharing among developers,stored procedures give database application developers the advantages of ________.

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

E

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

Free
(Multiple Choice)
4.7/5
(36)
Correct Answer:
Verified

D

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

(True/False)
4.7/5
(38)

SQL views can be used to hide table ________.

(Short Answer)
4.9/5
(35)

Which of the following is not an SQL trigger?

(Multiple Choice)
4.7/5
(34)

Microsoft Access queries cannot use previously stored view equivalent Access queries.

(True/False)
4.9/5
(39)

The SQL statement DROP VIEW ViewName is used to delete a view from a database.

(True/False)
4.8/5
(36)

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

(Short Answer)
4.8/5
(41)

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

(Short Answer)
5.0/5
(34)

SQL views are constructed from SQL ________ statements.

(Short Answer)
4.9/5
(40)

When an SQL SELECT statement is used to retrieve data from a view instance,the maximum number of columns that can be specified in the SELECT is the same as the number of columns in the table underlying the view.

(True/False)
4.8/5
(34)

What are SQL stored procedures and how are they used?

(Essay)
4.7/5
(23)

An SQL virtual table is called a(n)________.

(Short Answer)
4.9/5
(43)

SQL view instances are retrieved using the:

(Multiple Choice)
4.8/5
(35)

The SQL statement used to modify a view is:

(Multiple Choice)
4.9/5
(28)

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

(Multiple Choice)
4.8/5
(41)

SQL views can be used to display the results of ________.

(Short Answer)
4.8/5
(31)

Based on the tables below,which of the following SQL commands would create an SQL view named CustomerSalesRep that could be used to display CustNo,CustName,RepName? GENERAL SALES DATABASE: SALESREP SalesRepNo RepName HireDate 654 Tones 01/02/1999 734 Smith 02/03/2000 345 Chen 01/25/1998 434 Tohnson 11/23/1998 CUSTOMER CustNo CustName Balance SalesRepNo 9870 Winston 500 345 8590 Gonzales 350 434 7840 Harris 800 654 4870 Miles 100 345

(Multiple Choice)
5.0/5
(47)

SQL views can be used to hide columns.

(True/False)
4.9/5
(35)
Showing 1 - 20 of 70
close modal

Filters

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