Exam 2: Introduction to Structured Query Language SQL
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL100 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model100 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing105 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2008 R2100 Questions
Exam 11: Managing Databases With Oracle Database 11g100 Questions
Exam 12: Managing Databases With MySQL 55100 Questions
Exam 13: The Web Server Environment110 Questions
Exam 14: Database Processing With XML100 Questions
Exam 15: Database Processing for Business Intelligence Systems101 Questions
Exam 16: Microsoft Access 201048 Questions
Exam 17: Getting Started With Systems Analysis and Design35 Questions
Exam 18: E-R Diagrams and the Idef1x Standard35 Questions
Exam 19: E-R Diagrams and the UML Standard36 Questions
Exam 20: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 21: Getting Started With Microsoft Visio 201036 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Data Structures for Database Processing35 Questions
Exam 24: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Select questions type
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)
4.9/5
(33)
When one SQL query is embedded in another SQL query,the second SQL query is embedded in the ________ of the first query.
(Multiple Choice)
4.8/5
(27)
The Microsoft Access wildcard character "_" (underscore)indicates a single,unspecified character in a specific location in a Microsoft Access SQL query.
(True/False)
4.8/5
(36)
In an SQL query,which SQL keyword is used with GROUP BY to select groups meeting specified criteria?
(Multiple Choice)
4.8/5
(36)
When people use the term "join" they normally mean an "equijoin."
(True/False)
4.9/5
(35)
To refer to a set of values needed for a condition,use the SQL IN operator.
(True/False)
4.8/5
(27)
In an SQL query,which SQL keyword is used to specify the table(s)to be used?
(Multiple Choice)
4.7/5
(40)
In an SQL query,which SQL keyword is used to state the condition that specifies which rows are to be selected?
(Multiple Choice)
4.7/5
(33)
Arithmetic in SQL statements is limited to the operations provided by the built-in functions.
(True/False)
4.9/5
(29)
In an SQL query,which SQL keyword is used to specify the names of tables to be joined?
(Multiple Choice)
4.9/5
(33)
In an SQL query,which SQL keyword is used to sort the result table by the values in one or more columns?
(Multiple Choice)
4.8/5
(40)
In an SQL query,which SQL keyword actually creates the query?
(Multiple Choice)
4.8/5
(41)
The condition in WHERE clauses can refer to a set of values by using the IN operator.
(True/False)
4.8/5
(40)
In addition to being a data sublanguage,SQL is also a programming language,like Java or C#.
(True/False)
4.9/5
(32)
SQL is not a complete programming language.Rather it is a data sublanguage.
(True/False)
4.9/5
(32)
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.7/5
(28)
In an SQL query,which built-in function is used to total numeric columns?
(Multiple Choice)
4.9/5
(42)
A WHERE clause can contain another SELECT statement enclosed in parentheses.
(True/False)
4.9/5
(34)
In an SQL query,which built-in function is used to obtain the largest value of numeric columns?
(Multiple Choice)
4.8/5
(32)
Showing 21 - 40 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)