Exam 12: James River Jewelry Project Questions

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

SQL statements used to construct views cannot contain:

(Multiple Choice)
4.9/5
(32)

Microsoft Access:

(Multiple Choice)
4.9/5
(41)

SQL views are used:

(Multiple Choice)
4.7/5
(40)

Stored procedures have the advantage of ________.

(Multiple Choice)
4.9/5
(32)

SQL views can be used to hide complicated SQL syntax.

(True/False)
4.7/5
(42)

The SQL statement ALTER EXISTING VIEW ViewName AS is used to modify a view.

(True/False)
5.0/5
(36)

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

(Multiple Choice)
4.8/5
(46)

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

(True/False)
4.8/5
(29)

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

(Multiple Choice)
4.7/5
(41)

Use the database below to answer the following question. 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 What is an SQL view,and what is it used for? Include an example based on the CUSTOMER table of the General Sales Database.

(Essay)
4.9/5
(39)

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

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

(Multiple Choice)
5.0/5
(39)

The SQL keyword ORDER BY can be used with SELECT statements that are retrieving data from view instances to sort the results of the SELECT.

(True/False)
4.9/5
(34)

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

(True/False)
4.9/5
(41)

SQL views are constructed from SELECT statements.

(True/False)
4.9/5
(41)

Use the database below to answer the following question. 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 Given that a view named CustomerSalesRepView that displays the customer name as CustomerName and the associated sales rep name as SalesRepresentativeName has been created for the GENERAL SALES DATABASE,write the SQL code to use the view to display the customer name and associated sales rep name sorted by customer name.

(Essay)
4.8/5
(37)

SQL views are constructed from:

(Multiple Choice)
4.7/5
(48)

The SQL command SELECT is used to retrieve data from view instances.

(True/False)
4.8/5
(40)

The Oracle DBMS supports the SQL BEFORE trigger.

(True/False)
4.8/5
(46)

SQL views can be used to hide columns.

(True/False)
4.8/5
(41)
Showing 41 - 60 of 70
close modal

Filters

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