Exam 3: The Relational Model 2: SQL
Exam 1: Introduction to Database Management50 Questions
Exam 2: The Relational Model 1: Introduction, QBE, and Relational Algebra50 Questions
Exam 3: The Relational Model 2: SQL74 Questions
Exam 4: The Relational Model 3: Advanced Topics50 Questions
Exam 5: Database Design 1: Normalization50 Questions
Exam 6: Database Design 2: Design Method75 Questions
Exam 7: Dbms Functions50 Questions
Exam 8: Database Administration50 Questions
Exam 9: Database Management Approaches75 Questions
Select questions type
In MySQL,the ____ is used as a wildcard to represent any collection of characters.
(Multiple Choice)
4.8/5
(36)
You use the SQL ____________________ command to create a table by describing its layout.
(Short Answer)
5.0/5
(40)
When you need to sort data on two fields,the less important key is called the ____________________ sort key.
(Short Answer)
4.8/5
(41)
To use a wildcard,include the ____ operator in the WHERE clause.
(Multiple Choice)
5.0/5
(35)
The HAVING clause is to groups what the WHERE clause is to rows.
(True/False)
4.9/5
(41)
The ____________________ data type stores integers,but uses less space than INTEGER.
(Short Answer)
4.7/5
(18)
As you are working in MySQL,the most recent command you entered is stored in a special area of memory called the ____________________.
(Short Answer)
4.9/5
(35)
SQL was developed under the name ____________________ at the IBM San Jose research facilities.
(Short Answer)
4.8/5
(40)
Based on the code above,list the number,name,credit limit,and balance for all customers with credit limits that exceed their balances.
(Multiple Choice)
4.9/5
(29)
Fields will appear in the query results in the order in which they are listed in the SELECT clause.
(True/False)
4.9/5
(36)
SQL has built-in functions,which are also called ____________________ functions.
(Short Answer)
4.8/5
(40)
In SQL,you use the SORT BY clause to display results in a desired order.
(True/False)
4.9/5
(35)
Based on the code above,list the number,name,and balance of all customers with balances greater than or equal to $1,000 and less than or equal to $5,000.
(Multiple Choice)
4.8/5
(30)
Showing 61 - 74 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)