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
SQL views can be used to provide a level of insulation between data processed by applications and the data actually stored in the database tables.
(True/False)
4.8/5
(37)
Which SQL keyword is used to add one or more rows of data to a table?
(Multiple Choice)
5.0/5
(40)
Which of the following is an SQL trigger Microsoft SQL Server supports?
(Multiple Choice)
4.9/5
(33)
SQL triggers can be used when the DBMS receives a(n)________ request.
(Multiple Choice)
4.9/5
(28)
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)
4.8/5
(34)
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.7/5
(34)
Which keyword is used to remove one or more rows from a table?
(Multiple Choice)
4.9/5
(43)
Unlike application code,stored procedures are never distributed to the client computers.
(True/False)
4.8/5
(40)
Which SQL keyword is used to impose restrictions on a table,data or relationship?
(Multiple Choice)
4.9/5
(22)
A set of SQL statements stored in an application written in a standard programming language is called ________.
(Multiple Choice)
4.9/5
(32)
The SQL keyword MODIFY is used to change the structure,properties or constraints of a table.
(True/False)
5.0/5
(39)
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
(35)
The SQL keyword PRIMARY KEY is used to designate the column(s)that are the primary key for the table.
(True/False)
4.9/5
(31)
SQL triggers can be used with SQL operations INSERT,UPDATE,and DELETE.
(True/False)
4.7/5
(34)
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.7/5
(34)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)