Exam 12: James River Jewelry Project Questions

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

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 Johnson 11/23/1998 CUSTOMER CustNo CustName Balance SalesRepNo 9870 Winston 500 345 8590 Gonzales 350 434 7840 Harris 800 654 4870 Miles 100 345

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

E

The SQL statement used to delete a view from a database is:

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

E

SQL views can be used to layer built-in SQL functions.

Free
(True/False)
4.8/5
(27)
Correct Answer:
Verified

True

What are SQL triggers and how are they used?

(Essay)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(31)

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

(Short Answer)
4.8/5
(35)

SQL statements used to construct views cannot contain the ________ clause.

(Short Answer)
4.7/5
(29)

How are SQL views handled in Microsoft Access?

(Essay)
5.0/5
(39)

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

(Short Answer)
4.9/5
(38)

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

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

(Multiple Choice)
4.7/5
(30)

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

(Short Answer)
4.9/5
(38)

Microsoft Access queries:

(Multiple Choice)
4.8/5
(32)

The SQL command CREATE VIEW is used to create view structures.

(True/False)
4.9/5
(37)

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

(True/False)
5.0/5
(44)

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

An SQL virtual table is called a(n):

(Multiple Choice)
4.9/5
(28)

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

(Short Answer)
4.7/5
(36)

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

(True/False)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 70
close modal

Filters

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