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
The SQL wildcard character "%" represents a series of one or more unspecified characters.
(True/False)
4.8/5
(42)
The SQL keyword LIKE is used in SQL expressions to select on partial values.
(True/False)
4.8/5
(34)
The SQL built-in function MIN obtains the smallest value in a numeric column.
(True/False)
4.8/5
(38)
Given a table with the structure: EMPLOYEE (EmpNo,Name,Salary,HireDate),which of the following is not a valid ANSI SQL command?
(Multiple Choice)
4.8/5
(42)
In an SQL query,which SQL keyword is used to join two conditions that both must be true for the rows to be selected?
(Multiple Choice)
4.9/5
(32)
The columns to be obtained by an SQL command are listed after the FROM keyword.
(True/False)
4.7/5
(35)
In an SQL query,which built-in function is used to obtain the smallest value of numeric columns?
(Multiple Choice)
4.8/5
(30)
In an SQL query,the built-in function COUNT works with columns containing data of which of the following data types?
(Multiple Choice)
4.9/5
(40)
The SQL wildcard character "#" indicates a single,unspecified character in a specific location in an SQL query.
(True/False)
4.8/5
(35)
To refer to a set of values in a condition,the values are placed inside parenthesis ( )and separated by commas.
(True/False)
4.9/5
(24)
The following database will be used in this question:
GENERAL SALES DATABASE:
SALESREP
CUSTOMER
Explain the use of the SQL keyword LIKE.Include an example based on the CUSTOMER table from the General Sales database.


(Essay)
4.8/5
(35)
In an SQL query,a join operation is achieved by specifying the equality of the respective column names as a condition in the WHERE clause.
(True/False)
4.8/5
(27)
In an SQL query,the built-in functions SUM and AVG work with columns containing data of which of the following data types?
(Multiple Choice)
4.8/5
(31)
In an SQL query,which SQL keyword is used to determine if a column value is equal to any one of a set of values?
(Multiple Choice)
4.9/5
(27)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)