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 2014 Express Edition40 Questions
Exam 10: Getting Started With Oracle Database Express Edition 11g Release 243 Questions
Exam 11: Getting Started With Mysql 5.6 Community Server71 Questions
Exam 12: Sql Views SQL/PSM and Importing Data70 Questions
Exam 13: Getting Started in Systems Analysis and Design47 Questions
Exam 14: Getting Started With Microsoft Visio 201334 Questions
Exam 15: the Access Workbench section H Microsoft Access 2013 Switchboards17 Questions
Exam 16: Getting Started With Web Servers, Php, and the Net beans IDE35 Questions
Exam 17: Business Intelligence Systems98 Questions
Exam 18: Big Data77 Questions
Select questions type
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
(35)
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)
5.0/5
(33)
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
(34)
The TOP built-in function in SQL is used to find the maximum value in a numeric column.
(True/False)
4.9/5
(24)
Standard SQL does not allow built-in functions to be used in a WHERE clause.
(True/False)
4.9/5
(35)
Which of the following data types used in SQL would define a fixed-length text field of 10 characters?
(Multiple Choice)
4.8/5
(30)
Which symbol is used in standard SQL as a wildcard to represent a single,unspecified character?
(Multiple Choice)
4.9/5
(44)
Which of the following data types used in SQL would define a numeric field of the pattern 99.99?
(Multiple Choice)
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.9/5
(29)
Given the table
What is the standard SQL query phrase to retrieve the Name and Phone Number of customers?
(Multiple Choice)
4.8/5
(28)
In SQL,multiple conditions in the WHERE clause can be combined by using the SQL AND keyword.
(True/False)
4.9/5
(36)
Existing tables in a database can be structurally modified by using the SQL ________ command.
(Short Answer)
4.8/5
(43)
In SQL,the order of the rows that result from a SELECT statement can be set using the SORT BY phrase.
(True/False)
4.8/5
(31)
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.7/5
(31)
Microsoft Access SQL supports and will correctly implement the numeric data type with (m,n)notation.
(True/False)
4.8/5
(26)
Using standard SQL,unmatched rows will not appear in the result of a join.
(True/False)
4.9/5
(28)
Using SQL commands,multiple tables can be queried using either subqueries or ________.
(Short Answer)
4.9/5
(33)
Showing 21 - 40 of 96
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)