Exam 3: Structured Query Language
Exam 1: Getting Started82 Questions
Exam 2: The Relational Model90 Questions
Exam 3: Structured Query Language97 Questions
Exam 4: Data Modeling and the Entity Relationship Model83 Questions
Exam 5: Database Design81 Questions
Exam 6: Database Administration78 Questions
Exam 7: Database Processing Applications84 Questions
Exam 8: Data Warehouses,Business Intelligence Systems,and Big Data100 Questions
Exam 9: Learn how to create a database in SQL Server 201643 Questions
Exam 10: Learn how to create a database in Oracle Database XE 11g Release 252 Questions
Exam 11: Learn how to create a database in MySQL 5.7 Community Server Edition72 Questions
Exam 12: Introduce the topic of importing Microsoft Excel 2016 data into a database table84 Questions
Exam 13: To be able to create a statement of work (SOW)54 Questions
Exam 14: Learn how to create E-R data models in Microsoft Visio 201633 Questions
Exam 15: Learn how to create Microsoft Access 2016 switchboards17 Questions
Exam 16: Know how to configure and update PHP36 Questions
Exam 17: Learn the basic concepts of business intelligence (BI)systems98 Questions
Exam 18: Learn about replicated partitioned data stores for supporting clusters75 Questions
Select questions type
Values of existing data can be changed using SQL through the CHANGE command.
(True/False)
4.8/5
(42)
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.9/5
(25)
Which of the following is not one of the five SQL built-in functions?
(Multiple Choice)
4.8/5
(36)
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)
4.8/5
(30)
Given the table
CUSTOMER(CustID,Name,PhoneNumber,AccountBalance)
write the standard SQL query to retrieve the Name and Phone Number of customers with a balance greater than 50.
(Essay)
4.9/5
(32)
Table and relationship properties not supported by Microsoft Access SQL can usually be set ________ in the appropriate window or dialog box.
(Short Answer)
4.9/5
(33)
The SUM built-in function in SQL is used to total the values in a numeric column.
(True/False)
4.9/5
(36)
In Microsoft Access,tables are added to a QBE Query window by selecting the tables from the ________ dialog box.
(Short Answer)
4.9/5
(35)
Using SQL commands,multiple tables can be queried using either subqueries or ________.
(Short Answer)
4.9/5
(30)
In Microsoft Access,the default method of creating and running a query is ________.
(Short Answer)
4.9/5
(34)
The values of existing data can be removed from a table using the SQL ________ command,which can even be used to remove all the data in the table at one time.
(Short Answer)
4.9/5
(28)
In SQL,the WHERE clause is used to specify which columns will be included in the result.
(True/False)
4.9/5
(28)
Which of the following standard SQL data types is not supported in Microsoft Access SQL?
(Multiple Choice)
4.7/5
(29)
Given the tables
STUDENT(StudentID,StudentName,AdvisorID)
ADVISOR(AdvisorID,AdvisorName,Office,Phone)
Which of the following SQL statements would be used to implant a join between the two tables?
(Multiple Choice)
4.9/5
(37)
Which SQL keyword can be used in conjunction with wildcards to select partial values?
(Multiple Choice)
4.7/5
(39)
Microsoft Access SQL commands are run in the ________ of a Query window.
(Short Answer)
4.7/5
(36)
In Microsoft Access,default values must be set as a field property while the table is in Design View.
(True/False)
4.8/5
(37)
Which of the following is the correct SQL clause to restrict the results of a SELECT query to only records that have a value in the range of 10 to 50 in the Hours column?
(Multiple Choice)
4.8/5
(31)
Which of the following cannot be done using the CONSTRAINT phrase?
(Multiple Choice)
4.8/5
(35)
Showing 21 - 40 of 97
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)