Exam 3: The Relational Model 2: SQL

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

The basic form of an SQL retrieval command is ____.

(Multiple Choice)
4.9/5
(33)
Showing 61 - 74 of 74
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)