Exam 12: James River Jewelry Project Questions
Exam 1: Getting Started76 Questions
Exam 2: The Relational Model87 Questions
Exam 3: Structured Query Language96 Questions
Exam 4: Data Modeling and the Entity-Relationship Model76 Questions
Exam 5: Database Design81 Questions
Exam 6: Database Administration76 Questions
Exam 7: Database Processing Applications82 Questions
Exam 8: Big Data, data Warehouses, and Business Intelligence Systems99 Questions
Exam 9: Getting Started With Microsoft Sql Server 201240 Questions
Exam 10: Getting Started With Oracle Database 11g Release 243 Questions
Exam 11: Getting Started With Mysql 56 Community Server71 Questions
Exam 12: James River Jewelry Project Questions70 Questions
Exam 13: Sql Views47 Questions
Exam 14: Getting Started in Systems Analysis and Design34 Questions
Exam 15: Getting Started With Microsoft Visio 201017 Questions
Exam 16: The Access Workbench-section Microsoft Access35 Questions
Exam 17: Getting Started With Web Servers, php, and the Netbeans IDE98 Questions
Exam 18: Business Intelligence Systems77 Questions
Select questions type
SQL views can be used to display the results of computed columns.
(True/False)
4.8/5
(35)
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 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 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 statements used to construct views cannot contain the WHERE clause.
(True/False)
4.9/5
(41)
Showing 21 - 40 of 70
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)