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
If the values in an SQL view are not changeable through the view itself,you may still be able to update the view by using unique application logic.In this case,the specific logic is placed in an INSTEAD OF trigger.
(True/False)
4.8/5
(29)
If the table PRODUCT has a column PRICE that has the data type Numeric (8,2),the value 12345 will be displayed by the DBMS as ________.
(Multiple Choice)
4.9/5
(39)
The values in an SQL view are always changeable through the view itself.
(True/False)
4.8/5
(38)
If the table ITEM has a column WEIGHT,and WEIGHT has the data type Numeric (7,2),the value 4321 with be displayed by the DBMS as 43.21.
(True/False)
4.9/5
(37)
Which of the following illustrates the authors' preferred style of defining a primary key?
(Multiple Choice)
4.8/5
(35)
The SQL keyword CONSTRAINT is used in conjunction with the SQL keywords PRIMARY KEY and FOREIGN KEY.
(True/False)
4.7/5
(41)
When the correct SQL command is used to delete a table's structure,the command can only be used with a table that has already had its data removed.
(True/False)
4.9/5
(36)
What is embedded SQL,and what considerations are necessary when using it in an application?
(Essay)
5.0/5
(49)
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.9/5
(43)
According to the SQL-92,statements used to construct views cannot contain the WHERE clause.
(True/False)
4.7/5
(28)
One advantage of using the CONSTRAINT phrase to define a primary key is that the database designer controls the ________.
(Multiple Choice)
4.9/5
(38)
A stored program that is attached to a table or view is called a stored procedure.
(True/False)
4.9/5
(38)
A stored program that is attached to a table or view is called ________.
(Multiple Choice)
4.7/5
(33)
When the correct SQL command is used to delete a table's structure,what happens to the data in the table?
(Multiple Choice)
4.9/5
(33)
The SQL keyword used to limit column values to specific values is ________.
(Multiple Choice)
4.8/5
(41)
Because SQL stored procedures allow and encourage code sharing among developers,stored procedures give database application developers the advantages of ________.
(Multiple Choice)
4.8/5
(36)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)