Exam 8: SQL Functions and Procedures

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

Although Access does not support stored procedures,you can achieve some of the same convenience by creating a(n)____________________ query that prompts the user for the arguments you would otherwise use in a stored procedure.

(Short Answer)
4.8/5
(32)

To call a procedure in SQL Server,use the ____ command.

(Multiple Choice)
4.8/5
(38)

When you use a cursor,the ____________________ command opens the cursor and causes the query to be executed,making the results available to the procedure.

(Short Answer)
5.0/5
(36)

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

(Short Answer)
5.0/5
(37)

What is the difference between a nonprocedural language and a procedural language? Give an example of each.

(Essay)
4.9/5
(40)

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

Each procedure that you create in Oracle should end with a(n)____________________.

(Short Answer)
4.8/5
(39)

In Oracle,you can use the ____ function to obtain today's date.

(Multiple Choice)
4.8/5
(39)

When you anticipate running a particular query often,you can improve overall performance by saving the query in a file called a routine.

(True/False)
4.8/5
(34)

A procedure that updates data is called a(n)____________________ procedure.

(Short Answer)
4.9/5
(40)

In SQL Server,you delete a cursor by using the ____________________ command.

(Short Answer)
4.7/5
(38)

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

(True/False)
4.8/5
(46)

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

(Multiple Choice)
4.8/5
(31)

In Microsoft Visual Basic,use the ____ statement to create a string variable.

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(42)

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

(True/False)
4.7/5
(36)

In SQL Server,you can use the ____ function to obtain today's date.

(Multiple Choice)
5.0/5
(38)

When you use a cursor in a procedure,the ____ command advances the cursor to the next row in the set of rows retrieved by the query and places the contents of the row in the indicated variables.

(Multiple Choice)
4.8/5
(38)

PL/SQL can process only one record at a time.

(True/False)
4.9/5
(46)

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
(31)
Showing 41 - 60 of 75
close modal

Filters

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