Exam 7: Introduction to Structured Query Language Sql

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

Oracle users can use the Access QBE (query by example) query generator.

(True/False)
4.9/5
(32)

A(n) _____ character is a symbol that can be used as a general substitute for other characters or commands.

(Short Answer)
4.8/5
(40)

The _____ command defines a default value for a column when no value is given.

(Multiple Choice)
4.9/5
(33)

The _____ operator could be used in place of EXCEPT (MINUS) if the DBMS does not support it.

(Short Answer)
4.8/5
(38)

In Oracle, the _____ function converts a date to a character string.

(Multiple Choice)
4.9/5
(39)

The conditional LIKE must be used in conjunction with wildcard characters.

(True/False)
4.9/5
(29)

Although SQL commands can be grouped together on a single line, complex command sequences are best shown on separate lines, with space between the SQL command and the command's components.

(True/False)
4.8/5
(37)

A(n) _____, also known as a nested query or an inner query, is a query that is embedded (or nested) inside another query.

(Short Answer)
4.8/5
(32)

How many rows would be returned from a cross join of tables A and B, if A contains 8 rows and B contains 18?

(Multiple Choice)
4.9/5
(33)

Most SQL implementations yield case-insensitive searches.

(True/False)
4.8/5
(35)

A(n) _____ query specifies which data should be retrieved and how it should be filtered, aggregated, and displayed.

(Multiple Choice)
4.7/5
(42)

Rows can be grouped into smaller collections quickly and easily using the _____ clause within the SELECT statement.

(Short Answer)
4.9/5
(40)

Which query is used to list a unique value for V_CODE, where the list will produce only a list of those values that are different from one another?

(Multiple Choice)
4.9/5
(29)

If a designer wishes to create an inner join, but the two tables do not have a commonly named attribute, he can use a(n) _____ clause.

(Multiple Choice)
4.7/5
(32)

An alias cannot be used when a table is required to be joined to itself in a recursive query.

(True/False)
4.9/5
(38)
Showing 61 - 75 of 75
close modal

Filters

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