Exam 12: James River Jewelry Project Questions

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

SQL views can be used to display the results of computed columns.

(True/False)
4.8/5
(35)

The SQL statement ________ is used to modify a view.

(Short Answer)
4.8/5
(45)

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

(True/False)
5.0/5
(41)

What are SQL stored procedures and how are they used?

(Essay)
4.9/5
(40)

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 Using the CUSTOMER.Balance column as the column providing the data,create a view to display the results of a computed column.Specifically,assume that all customers are required to maintain a minimum balance of 100,and use the view to display customer name and a number named BalanceOverMinimum that calculates (Balance - 100)for all customers in the GENERAL SALES DATABASE.

(Essay)
4.8/5
(44)

The SQL statement used to modify a view is:

(Multiple Choice)
4.8/5
(37)

The SQL keyword ________ can be used with SELECT statements retrieving view instances to sort the results of the SELECT.

(Short Answer)
4.8/5
(30)

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:

(Multiple Choice)
4.9/5
(34)

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

(True/False)
4.9/5
(34)

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

(True/False)
4.9/5
(36)

SQL views are constructed from SQL ________ statements.

(Short Answer)
4.7/5
(46)

SQL views can be used to layer ________.

(Short Answer)
4.9/5
(36)

SQL triggers are used for ________.

(Multiple Choice)
4.8/5
(28)

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

(Short Answer)
4.8/5
(44)

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

(Multiple Choice)
4.7/5
(39)

Because SQL stored procedures allow and encourage code sharing among developers,stored procedures give database application developers the advantages of less work,standardized processing,and specialization among developers.

(True/False)
4.8/5
(38)

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

(True/False)
4.7/5
(37)

SQL views can be used to hide table ________.

(Short Answer)
4.7/5
(41)

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

(True/False)
4.9/5
(41)

SQL views can be used to hide rows.

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

Filters

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