Exam 7: Introduction to Structured Query Language Sql

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

A database language enables the user to perform complex queries designed to transform the raw data into useful information.

(True/False)
4.8/5
(33)

In SQL, all _____ expressions evaluate to true or false.

(Short Answer)
4.9/5
(40)

All SQL commands must be issued on a single line.

(True/False)
4.9/5
(24)

"_____" means that the names of the relation attributes must be the same and their data types must be alike.

(Short Answer)
4.9/5
(32)

A specialty field in mathematics, known as _____ algebra, is dedicated to the use of logical operators.

(Short Answer)
4.9/5
(33)

The _____ command, coupled with appropriate search conditions, is an incredibly powerful tool that enables a user to transform data into information.

(Short Answer)
4.7/5
(34)

_____ is a relational set operator.

(Multiple Choice)
4.8/5
(32)

A(n) _____ join returns not only the rows matching the join condition (that is, rows with matching values in the common columns) but also the rows with unmatched values.

(Multiple Choice)
4.7/5
(38)

Which comparison operator indicates a value isnot equal?

(Multiple Choice)
4.8/5
(39)

The syntax for a left outer join is _____.

(Multiple Choice)
4.9/5
(35)

Which is a feature of a correlated subquery?

(Multiple Choice)
4.9/5
(31)

The Oracle _____ function compares an attribute or expression with a series of values and returns an associated value or a default value if no match is found.

(Multiple Choice)
4.8/5
(21)

Comparison operators cannot be used to place restrictions on character-based attributes.

(True/False)
4.8/5
(29)

What are the wildcard characters that are used with the LIKE command? Provide one or more examples of each.

(Essay)
4.9/5
(36)

What is a subquery? What is always executed first?

(Essay)
4.8/5
(33)

The basic SQL vocabulary has fewer than _____words.

(Short Answer)
4.9/5
(35)

When using the Oracle TO_DATE function, the code _____ represents a three-letter month name.

(Multiple Choice)
4.9/5
(39)

The ANSI SQL standards are also accepted by the ISO.

(True/False)
4.7/5
(42)

In subquery terminology, the first query in the SQL statement is known as the _____ query.

(Multiple Choice)
4.8/5
(31)

DATE() and SYSDATE are special functions that return today's date in MS Access and _____, respectively.

(Short Answer)
4.7/5
(35)
Showing 21 - 40 of 75
close modal

Filters

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