Exam 3: Structured Query Language
Exam 1: Getting Started76 Questions
Exam 2: The Relational Model87 Questions
Exam 3: Structured Query Language96 Questions
Exam 4: Data Modeling and the Entity-Relationship Model76 Questions
Exam 5: Database Design81 Questions
Exam 6: Database Administration76 Questions
Exam 7: Database Processing Applications82 Questions
Exam 8: Big Data, data Warehouses, and Business Intelligence Systems99 Questions
Exam 9: Getting Started With Microsoft Sql Server 201240 Questions
Exam 10: Getting Started With Oracle Database 11g Release 243 Questions
Exam 11: Getting Started With Mysql 56 Community Server71 Questions
Exam 12: James River Jewelry Project Questions70 Questions
Exam 13: Sql Views47 Questions
Exam 14: Getting Started in Systems Analysis and Design34 Questions
Exam 15: Getting Started With Microsoft Visio 201017 Questions
Exam 16: The Access Workbench-section Microsoft Access35 Questions
Exam 17: Getting Started With Web Servers, php, and the Netbeans IDE98 Questions
Exam 18: Business Intelligence Systems77 Questions
Select questions type
Microsoft Access SQL commands are run in the ________ of a Query window.
(Short Answer)
4.8/5
(32)
An SQL data type of ________ would indicate a variable-length character string with maximum length 75.
(Short Answer)
4.8/5
(38)
Which of the following SQL commands would be used to remove only the data from a table named STUDENT while leaving the table structure intact?
(Multiple Choice)
5.0/5
(41)
In SQL,the LIKE keyword can be used to select on partial values.
(True/False)
4.9/5
(35)
In SQL,the WHERE clause is used to specify which columns will be included in the result.
(True/False)
4.9/5
(39)
The values of existing data can be modified using the SQL ________ command,which can be used to change several column values at once.
(Short Answer)
4.9/5
(24)
When using SQL to create a table,specifying a data type of Char(10)indicates a fixed length field of 10 characters.
(True/False)
4.8/5
(23)
Table and relationship properties not supported by Microsoft Access SQL can usually be set ________ in the appropriate window or dialog box.
(Short Answer)
4.7/5
(31)
Given the table CUSTOMER(CustID,Name,PhoneNum,AcctBalance)
What is the standard SQL query phrase to retrieve the Name and Phone Number of customers?
(Multiple Choice)
4.9/5
(32)
In SQL,multiple conditions in the WHERE clause can be combined by using the SQL AND keyword.
(True/False)
4.9/5
(33)
Values of existing data can be changed using SQL through the CHANGE command.
(True/False)
4.8/5
(29)
Which of the following SQL commands would be used to remove both the data and the table structure of a table named STUDENT?
(Multiple Choice)
4.7/5
(40)
Given the table
CUSTOMER(CustID,Name,PhoneNumber,AccountBalance)
write the standard SQL query to retrieve the Name and Phone Number of customers whose name begins with 'S'.
(Essay)
5.0/5
(41)
Which of the following cannot be done using the CONSTRAINT phrase?
(Multiple Choice)
4.8/5
(26)
Which of the following data types used in SQL would define a numeric field of the pattern 99.99?
(Multiple Choice)
4.8/5
(32)
The result for SELECT statements in SQL is a relation unless the result is a single number.
(True/False)
4.9/5
(39)
Microsoft Access SQL commands are run within the SQL View of a Query window.
(True/False)
4.7/5
(29)
Showing 41 - 60 of 96
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)