Exam 3: The Relational : SQL

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Based on the code above,list the number,name,and complete address of every customer located on a street that contains the letters "Oxford".​

(Multiple Choice)
4.9/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
(38)

​Words that are part of the SQL language are called ____________________.

(Short Answer)
4.7/5
(34)

When you connect simple conditions using the AND operator,all the simple conditions must be false for the compound condition to be true.​

(True/False)
4.9/5
(41)

What are some common restrictions placed on table and column names by DBMSs?​

(Essay)
4.9/5
(36)

When a subquery is used,____ is(are)evaluated first.​

(Multiple Choice)
4.8/5
(33)

Many versions of SQL other than Access use the ____________________ as a wildcard to represent any individual character.​

(Essay)
4.8/5
(26)

The BETWEEN operator is an essential feature of SQL.​

(True/False)
4.8/5
(30)

When you connect simple conditions using the ____________________ operator,the compound condition will be true whenever any of the simple conditions are true.​

(Short Answer)
4.8/5
(40)

You can use the GROUP BY clause and the ORDER BY clause in the same SELECT statement.​

(True/False)
4.7/5
(35)

Based on the code above,change the postal code of the student with ID 11433 to 14455.​

(Multiple Choice)
4.7/5
(33)

Instead of listing all the field names in the SELECT clause,you can use the @ symbol.​

(True/False)
4.8/5
(38)

There are two versions of the "not equal to" operator: <> and !=.​

(True/False)
4.7/5
(38)

Based on the code above,find the name of the student whose ID is 1167.​

(Multiple Choice)
4.7/5
(37)

A simple condition includes the field name,a comparison operator,and either another field name or a value.​

(True/False)
4.8/5
(34)

When rows are grouped,one line of output is produced for each group.​

(True/False)
4.8/5
(23)

Based on the code above,list the number,name,and available credit for all customers with credit limits that exceed their balances.​

(Multiple Choice)
4.9/5
(44)

In Access,you use the ____________________ operator to concatenate fields.​

(Short Answer)
4.8/5
(30)

Based on the code above,list the name of every student whose postal code is 10113.​

(Multiple Choice)
4.8/5
(34)

The two tables involved in a union must have the same structure,or be ____________________.​

(Short Answer)
4.9/5
(32)
Showing 41 - 60 of 75
close modal

Filters

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