Exam 2: Introduction to Structured Query Language
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language114 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model104 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing104 Questions
Exam 8: Database Redesign103 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2014101 Questions
Exam 11: Managing Databases With Oracle Database106 Questions
Exam 12: Managing Databases With Mysql 5.6101 Questions
Exam 13: The Web Server Environment128 Questions
Exam 14: Big Data, Data-Warehouses, and Business Intelligence Systems108 Questions
Exam 15: Getting Started With Microsoft Access 201353 Questions
Exam 16: Getting Started With Systems Analysis and Design37 Questions
Exam 17: E-R Diagrams and the IDEF1X Standard37 Questions
Exam 18: E-R Diagrams and the UML Standard36 Questions
Exam 19: Getting Started With Mysql Workbench Data Modeling Tools37 Questions
Exam 20: Getting Started With Microsoft Visio 201332 Questions
Exam 21: Data Structures for Database Processing39 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Getting Started With Web Servers, PHP, and the Netbeans IDE35 Questions
Exam 24: Business Intelligence Systems82 Questions
Exam 25: Big Data81 Questions
Select questions type
In an SQL query,which SQL keyword actually begins the query?
(Multiple Choice)
4.8/5
(38)
Arithmetic in SQL statements is limited to the operations provided by the built-in functions.
(True/False)
4.8/5
(38)
To refer to a set of values in a condition,the values are placed inside parentheses ( )and separated by commas.
(True/False)
5.0/5
(23)
In an SQL query,which SQL keyword is used with GROUP BY to select groups meeting specified criteria?
(Multiple Choice)
4.8/5
(43)
A WHERE clause can contain another SELECT statement enclosed in parentheses.
(True/False)
4.8/5
(30)
In an SQL query,which SQL keyword is used to link two conditions that both must be true for the rows to be selected?
(Multiple Choice)
4.8/5
(33)
Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL query to retrieve the Name and PhoneNumber of customers whose name begins with 'S'.
(Essay)
4.7/5
(28)
In an SQL query,which of the following symbols is used by ANSI SQL to represent all the columns in a single table?
(Multiple Choice)
4.9/5
(37)
When one SQL query is embedded in another SQL query,the top level SQL query can still contain an SQL ________ clause.
(Multiple Choice)
4.7/5
(37)
Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL query to retrieve the Name and PhoneNumber of customers with a balance greater than 50.
(Essay)
4.7/5
(27)
The SQL built-in function ADDUP totals values in numeric columns.
(True/False)
4.8/5
(33)
To remove duplicate rows from the result of a query,specify the SQL DISTINCT keyword.
(True/False)
4.9/5
(35)
The names of tables to be joined in an SQL query are listed in the FROM clause.
(True/False)
4.9/5
(29)
Suppose tables EMPLOYEE and CUSTOMER both store address information,and you want to send a letter to all employees and customers of your company to make a major announcement.Which SQL keyword would you most likely use here?
(Multiple Choice)
4.9/5
(24)
SQL includes a data definition language,a data manipulation language,and SQL/Persistent stored modules.
(True/False)
4.8/5
(37)
Showing 21 - 40 of 114
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)