Exam 7: SQL for Database Construction and Application Processing
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language114 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model104 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing104 Questions
Exam 8: Database Redesign103 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2014101 Questions
Exam 11: Managing Databases With Oracle Database106 Questions
Exam 12: Managing Databases With Mysql 5.6101 Questions
Exam 13: The Web Server Environment128 Questions
Exam 14: Big Data, Data-Warehouses, and Business Intelligence Systems108 Questions
Exam 15: Getting Started With Microsoft Access 201353 Questions
Exam 16: Getting Started With Systems Analysis and Design37 Questions
Exam 17: E-R Diagrams and the IDEF1X Standard37 Questions
Exam 18: E-R Diagrams and the UML Standard36 Questions
Exam 19: Getting Started With Mysql Workbench Data Modeling Tools37 Questions
Exam 20: Getting Started With Microsoft Visio 201332 Questions
Exam 21: Data Structures for Database Processing39 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Getting Started With Web Servers, PHP, and the Netbeans IDE35 Questions
Exam 24: Business Intelligence Systems82 Questions
Exam 25: Big Data81 Questions
Select questions type
SQL views are updatable when the view is based on a single table with no computed columns,and all non-null columns are present in the view.
Free
(True/False)
4.8/5
(40)
Correct Answer:
True
Which SQL keyword is used to add one or more rows of data to a table?
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
B
The SQL keyword CONSTRAINT can be used in conjunction with the SQL keywords PRIMARY KEY and FOREIGN KEY.
Free
(True/False)
4.8/5
(41)
Correct Answer:
True
To set a column value to an initial value that is selected according to some complicated business logic,you would use the SQL DEFAULT constraint with the CREATE TABLE command.
(True/False)
4.8/5
(38)
Rows in a table can be changed by using the SQL UPDATE statement.
(True/False)
4.9/5
(36)
According to the SQL-92 standard,statements used to construct views cannot contain ________.
(Multiple Choice)
4.9/5
(37)
Which of the following illustrates the authors' preferred style of defining a primary key?
(Multiple Choice)
4.9/5
(35)
SQL triggers can be used when the DBMS receives a(n)________ request.
(Multiple Choice)
4.9/5
(38)
A stored program that is attached to the database is called ________.
(Multiple Choice)
4.8/5
(38)
The following database will be used in this question:
GENERAL SALES DATABASE:
SALESREP
CUSTOMER
Explain the use of the SQL statement CREATE TABLE.Do NOT discuss the ALTER statement in your answer,but DO include an example based on the SALESREP table in the General Sales database.


(Essay)
4.8/5
(36)
SQL triggers can be used with SQL operations INSERT,UPDATE,and DELETE.
(True/False)
4.8/5
(35)
Which of the following is an SQL trigger Microsoft SQL Server supports?
(Multiple Choice)
4.7/5
(36)
One or more rows can be added to a table by using the SQL INSERT statement.
(True/False)
4.8/5
(31)
The SQL keyword CHECK is used to limit column values to specific values.
(True/False)
4.9/5
(35)
The SQL command used to create a virtual table is ________.
(Multiple Choice)
4.7/5
(42)
Showing 1 - 20 of 104
Filters
- Essay(10)
- Multiple Choice(43)
- Short Answer(0)
- True False(51)
- Matching(0)