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
Which SQL keyword is used to change one or more rows in a table?
(Multiple Choice)
4.7/5
(27)
Joins that show the matching rows from the joined tables plus unmatched rows from one other table in their results are called outer joins.
(True/False)
4.9/5
(38)
The values in an SQL view are not always changeable through the view itself.
(True/False)
4.8/5
(41)
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 ________.
(Multiple Choice)
4.8/5
(27)
SQL triggers can be used when the DBMS receives a(n)________ request.
(Multiple Choice)
4.9/5
(36)
If the values in an SQL view are changeable through the view itself,which SQL statement is used to change the values?
(Multiple Choice)
4.8/5
(43)
SQL triggers can be used when the DBMS receives an insert request.
(True/False)
4.8/5
(34)
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.
(True/False)
4.7/5
(38)
Which of the following is an SQL trigger Microsoft SQL Server supports?
(Multiple Choice)
4.8/5
(24)
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.8/5
(31)
The values in an SQL view are always changeable through the view itself.
(True/False)
5.0/5
(44)
SQL views can be use used to provide a level of insolation between data processed by applications and the data actually stored in the database tables.
(True/False)
4.8/5
(41)
Because SQL statements are table-oriented,whereas programs are element-oriented,the results of SQL statements used in programs are accessed using ________.
(Multiple Choice)
4.9/5
(43)
Which SQL keyword is used to name a new table and describe the table's columns?
(Multiple Choice)
4.8/5
(31)
Showing 81 - 100 of 105
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)