Exam 7: Sql for Database Construction and Application Processing
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL105 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 Processing100 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: A: Managing Databases With SQL Server 20012100 Questions
Exam 10: B: Managing Databases With Oracle Database 11g Release 2100 Questions
Exam 10: C: Managing Databases With MySQL100 Questions
Exam 11: The Web Server Environment198 Questions
Exam 12: Big Data datawarehouse and Business Intelligence Systems102 Questions
Exam 13: Microsoft Access 201348 Questions
Exam 14: Getting Started With Systems Analysis and Design35 Questions
Exam 15: E-R Diagrams and the Idef1x Standard35 Questions
Exam 16: E-R Diagrams and the UML Standard36 Questions
Exam 17: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 18: Getting Started With Microsoft Visio 201334 Questions
Exam 19: Data Structures for Database Processing35 Questions
Exam 20: the Semantic Object Model35 Questions
Exam 21: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Exam 22: Business Intelligence Systems80 Questions
Select questions type
The SQL CREATE TABLE statement is used to name a new table and describe the table's columns.
Free
(True/False)
4.9/5
(32)
Correct Answer:
True
The SQL keyword CONSTRAINT is used to limit column values to specific values.
Free
(True/False)
4.8/5
(37)
Correct Answer:
True
Because SQL statements are table-oriented,whereas programs are variable-oriented,the results of SQL statements used in programs are accessed using an SQL cursor.
Free
(True/False)
4.9/5
(31)
Correct Answer:
True
To set a column value to an initial value that is selected according to some business logic,you would use the SQL DEFAULT constraint with the CREATE TABLE command.
(True/False)
4.8/5
(28)
SQL triggers are used for providing default values,validity checking,updating views,and performing referential integrity actions.
(True/False)
4.9/5
(39)
If a trigger is being written to enforce referential integrity actions,you cannot use an INSTEAD OF trigger.
(True/False)
4.9/5
(42)
The SQL keyword CONSTRAINT is used to define one of five types of constraints.
(True/False)
4.9/5
(37)
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)
The SQL keyword CHECK is used to limit column values to specific values.
(True/False)
4.8/5
(31)
Because SQL statements are table-oriented,whereas programs are variable-oriented,the results of SQL statements used in programs are treated as pseudofiles.
(True/False)
4.7/5
(32)
A set of SQL statements stored in an application written in a standard programming language is called embedded SQL.
(True/False)
4.8/5
(40)
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.
(True/False)
4.7/5
(35)
The SQL command CREATE USER VIEW is used to create a virtual table.
(True/False)
4.8/5
(40)
A stored program that is stored within the database and compiled when used is called a trigger.
(True/False)
4.9/5
(28)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)