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
SQL triggers can be used when the DBMS receives an INSERT request.
(True/False)
4.9/5
(40)
The SQL keyword MODIFY is used to change the structure,properties or constraints of a table.
(True/False)
4.8/5
(39)
A set of SQL statements stored in an application written in a standard programming language is called embedded SQL.
(True/False)
4.8/5
(31)
One or more rows can be added to a table by using the SQL INSERT statement.
(True/False)
4.9/5
(37)
SQL triggers use the ANSI SQL keywords BEFORE,INSTEAD OF,and AFTER.
(True/False)
4.8/5
(38)
If the table PRODUCT has a column PRICE,and PRICE has the data type Numeric (8,2),the value 98765 stored in that field will be displayed by the DBMS as 98765.00.
(True/False)
5.0/5
(33)
Which of the following illustrates the authors' preferred style of defining a primary key?
(Multiple Choice)
5.0/5
(35)
Unlike application code,stored procedures are never distributed to the client computers.
(True/False)
4.8/5
(34)
SQL triggers are used for providing default values,validity checking,updating views,and performing referential integrity actions.
(True/False)
4.8/5
(30)
The SQL keyword PRIMARY KEY is used to designate the column(s)that are the primary key for the table.
(True/False)
4.8/5
(35)
Which keyword is used to remove one or more rows from a table?
(Multiple Choice)
4.8/5
(38)
Because SQL statements are set-oriented,whereas programs are element-oriented,the results of SQL statements used in programs are treated as ________.
(Multiple Choice)
4.8/5
(37)
In an SQL query of two tables,which SQL keyword indicates that we want data from all the rows of one table to be included in the result,even if the row does not correspond to any data in the other table?
(Multiple Choice)
4.8/5
(40)
What is embedded SQL,and what considerations are necessary when using it in an application?
(Essay)
4.8/5
(27)
Which SQL keyword is used to add one or more rows of data to a table?
(Multiple Choice)
4.9/5
(41)
Joins that show only matching rows from the joined tables in their results are called inner joins.
(True/False)
4.9/5
(36)
Showing 21 - 40 of 105
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)