Exam 7: SQL for Database Construction and Application Processing
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL100 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model100 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing105 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2008 R2100 Questions
Exam 11: Managing Databases With Oracle Database 11g100 Questions
Exam 12: Managing Databases With MySQL 55100 Questions
Exam 13: The Web Server Environment110 Questions
Exam 14: Database Processing With XML100 Questions
Exam 15: Database Processing for Business Intelligence Systems101 Questions
Exam 16: Microsoft Access 201048 Questions
Exam 17: Getting Started With Systems Analysis and Design35 Questions
Exam 18: E-R Diagrams and the Idef1x Standard35 Questions
Exam 19: E-R Diagrams and the UML Standard36 Questions
Exam 20: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 21: Getting Started With Microsoft Visio 201036 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Data Structures for Database Processing35 Questions
Exam 24: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Select questions type
When a trigger is fired,the DBMS makes the appropriate data available to the trigger code.
Free
(True/False)
4.9/5
(38)
Correct Answer:
True
If a trigger is being written to enforce referential integrity actions,you cannot use an INSTEAD OF trigger.
Free
(True/False)
4.8/5
(36)
Correct Answer:
False
A stored program that is stored within the database and compiled when used is called a trigger.
Free
(True/False)
4.7/5
(36)
Correct Answer:
False
A stored program that is attached to a table or view is called ________.
(Multiple Choice)
4.9/5
(34)
The following database will be used in this question:
GENERAL SALES DATABASE:
SALESREP
CUSTOMER
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.8/5
(28)
Stored procedures have the advantage of greater security,decreased network traffic,SQL optimized by the DBMS compiler,and code sharing.
(True/False)
4.7/5
(37)
The SQL keyword CHECK is used to limit column values to specific values.
(True/False)
4.7/5
(38)
The SQL keyword used to limit column values to specific values is ________.
(Multiple Choice)
4.9/5
(31)
One advantage of using the CONSTRAINT command to define a primary key is that the database designer controls the name of the constraint.
(True/False)
4.7/5
(32)
Rows in a table can be changed by using the SQL UPDATE statement.
(True/False)
4.9/5
(27)
A stored program that is attached to a table or view is called a stored procedure.
(True/False)
4.8/5
(42)
The SQL CREATE statement is used to name a new table and describe the table's columns.
(True/False)
4.9/5
(36)
Showing 1 - 20 of 105
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)