Exam 3: The Relational Model 2: SQL

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

You can combine values in character fields using the & operator.

(True/False)
4.8/5
(40)

Which function calculates the number of entries in a table?

(Multiple Choice)
4.9/5
(40)

Describe five data types that you will often encounter when working with databases.

(Essay)
4.7/5
(31)

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

(True/False)
4.7/5
(32)

Based on the code shown, which query lists the number, name, and complete address of every customer located on a street that contains the letters "Oxford"???Customer ( CustomerNum, CustomerName, Street, City, State, PostalCode, Balance, CreditLimit, RepNum )

(Multiple Choice)
4.8/5
(34)

What command do you use to add new data to a table?

(Multiple Choice)
4.8/5
(32)

Use the word ____________ in the query to specify that data should be sorted in high to low order.

(Short Answer)
4.8/5
(34)

While not always required, how should you end an SQL command?

(Multiple Choice)
4.9/5
(48)

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
(36)

What clause do you use in a query to save the results of the query as a table?

(Multiple Choice)
4.8/5
(36)

When you use a name containing a space in Access SQL, what must you do to specify the table or column name?

(Multiple Choice)
4.8/5
(37)

The ____________________ of two tables is a table containing all rows that are in either the first table, the second table, or both.

(Short Answer)
4.9/5
(44)

You use the SQL ____________________ command to create a table by describing its layout.

(Short Answer)
4.8/5
(35)

Describe how to construct a complex join query in a systematic fashion.

(Essay)
4.9/5
(34)

The two tables involved in a join operation must have the same structure.

(True/False)
5.0/5
(37)

How many lines of output are produced when rows are grouped?

(Multiple Choice)
4.8/5
(49)

The ____________ clause is to groups as the WHERE clause is to rows.

(Short Answer)
4.7/5
(35)

Discuss the restriction about the structure of two tables involved in a union.

(Essay)
4.7/5
(34)

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

(True/False)
4.9/5
(41)

Use the ____________________ clause to sort data.

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

Filters

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