Exam 8: SQL Functions and Procedures

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

In Microsoft Access, the ____ function displays a value in uppercase letters.

(Multiple Choice)
4.7/5
(40)

To create a stored procedure in Oracle, use the ____ command.

(Multiple Choice)
4.9/5
(36)

In SQL Server, use the & symbol to concatenate columns.

(True/False)
4.8/5
(42)

The process of combining two or more character columns into a single expression is called ____________________.

(Short Answer)
4.7/5
(29)

What are the three advantages of cursors?

(Essay)
4.9/5
(42)

Oracle, SQL Server, and Access all use the ADD_MONTHS function to add the number of months to a date.

(True/False)
4.9/5
(50)

In Oracle and SQL Server, the ____ function displays a value in uppercase letters.

(Multiple Choice)
4.9/5
(37)

In T-SQL, all arguments start with the ampersand (&) symbol.

(True/False)
4.9/5
(34)

A(n) ____________________ is a pointer to a row in the collection of rows retrieved by an SQL command.

(Short Answer)
4.8/5
(43)

In T-SQL, arguments should have the same data type and length as the particular column in a table that they represent.

(True/False)
4.9/5
(40)

In PL/SQL, procedural code appears between the BEGIN and END commands.

(True/False)
4.9/5
(32)

You use aggregate functions to perform calculations based on groups of records.

(True/False)
4.9/5
(32)

A(n) ____________________ is a computer that is connected to a network and has access through the server to the database.

(Short Answer)
4.8/5
(38)

To handle processing of errors, include a(n) ____________________ clause in stored procedure.

(Short Answer)
4.8/5
(30)

Variable names in PL/SQL must start with a letter and can contain letters, dollar signs, underscores, and number signs, but cannot exceed ____ characters.

(Multiple Choice)
4.8/5
(39)

In Microsoft Access, the ____ function displays a value in lowercase letters.

(Multiple Choice)
4.8/5
(31)

A(n) ____________________ language is one in which you must give the computer the step-by-step process for accomplishing a task.

(Short Answer)
4.9/5
(38)

In procedural languages, you can accomplish many tasks using a single command.

(True/False)
4.9/5
(41)

Name two reasons for creating a stored procedure.

(Essay)
4.8/5
(37)

A trigger is a pointer to a row in the collection of rows retrieved by an SQL command.

(True/False)
4.7/5
(44)
Showing 21 - 40 of 75
close modal

Filters

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