Exam 7: Introduction to Structured Query Language (SQL)
Exam 1: Database Systems70 Questions
Exam 2: Data Models70 Questions
Exam 3: The Relational Database Model100 Questions
Exam 4: Entity Relationship (ER)Modeling100 Questions
Exam 5: Advanced Data Modeling70 Questions
Exam 6: Normalization of Database Tables100 Questions
Exam 7: Introduction to Structured Query Language (SQL)100 Questions
Exam 8: Advanced SQL100 Questions
Exam 9: Database Design100 Questions
Exam 10: Transaction Management and Concurrency Control70 Questions
Exam 11: Database Performance Tuning and Query Optimization70 Questions
Exam 12: Distributed Database Management Systems70 Questions
Exam 13: Business Intelligence and Data Warehouses100 Questions
Exam 14: Database Connectivity and Web Technologies100 Questions
Exam 15: Database Administration and Security100 Questions
Select questions type
If you have not yet used the COMMIT command to store the changes permanently in the database,you can restore the database to its previous condition with the ROLLBACK command.
(True/False)
4.8/5
(39)
Date procedures are often more software-specific than other SQL procedures.
(True/False)
4.9/5
(40)
The CHECK constraint is used to define a condition for the values that the attribute domain cannot have.
(True/False)
4.9/5
(41)
In a 1:M relationship,you must always create the table for the ____________________ side first.
(Short Answer)
4.9/5
(48)
The basic SQL vocabulary has fewer than ____________________ words.
(Short Answer)
4.8/5
(32)
The query to join the P_DESCRIPT and P_PRICE fields from the PRODUCT table and the V_NAME,V_AREACODE,V_PHONE,and V_CONTACT fields from the VENDOR table where the values of V_CODE match is ____.
(Multiple Choice)
4.8/5
(27)
To join tables,simply enumerate the tables in the FROM clause of the SELECT statement.The DBMS will create a Cartesian product of every table in the FROM clause.To get the correct results,you need to select the rows in which the common attributes do not match.
(True/False)
4.8/5
(30)
Oracle users can use the Access QBE (query by example)query generator.
(True/False)
4.7/5
(30)
DATE()and SYSDATE are special functions that return today's date in MS Access and ____________________,respectively.
(Short Answer)
4.7/5
(40)
Rows can be grouped into smaller collections quickly and easily using the SQL ____________________ clause.
(Short Answer)
4.8/5
(24)
Which query is used to list a unique value for V_CODE,where the list will produce only a list of those values that are different from one another?
(Multiple Choice)
4.9/5
(39)
A(n)____________________ character is a symbol that can be used as a general substitute for other characters or commands.
(Short Answer)
4.9/5
(36)
What command is used to save changes to the database? What is the syntax for this command?
(Essay)
4.8/5
(21)
A table can be deleted from the database by using the ____ command.
(Multiple Choice)
4.8/5
(40)
Which query uses the correct SQL syntax to list the table contents for either V_CODE = 21344 or V_CODE = 24288?
(Multiple Choice)
4.7/5
(28)
The ____ special operator is used to check whether an attribute value is null.
(Multiple Choice)
4.9/5
(38)
A(n)____ is a query that is embedded (or nested)inside another query.
(Multiple Choice)
4.8/5
(30)
SQL requires the use of the ADD command to enter data into a table.
(True/False)
4.9/5
(35)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)