Exam 8: SQL Functions and Procedures

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

To remove extra spaces to the right of a value, for example, the value in a FIRST_NAME column, use the ____ function.

(Multiple Choice)
4.8/5
(31)

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

(Essay)
4.8/5
(46)

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

(Multiple Choice)
4.8/5
(37)

A client is a computer that is connected to a network and has access through the server to the database.

(True/False)
4.8/5
(41)

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

(Short Answer)
4.9/5
(42)

In Microsoft Access, programs are written in ____________________, which does not support embedded SQL commands directly in the code.

(Short Answer)
4.8/5
(39)

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

(Multiple Choice)
4.7/5
(36)

If a price is 24.95, the function ROUND(PRICE,0) would result in 24.

(True/False)
4.8/5
(36)

The ADD_MONTHS function has one argument.

(True/False)
4.9/5
(30)

____________________ is the procedural language that SQL Server uses.

(Short Answer)
4.8/5
(35)

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

(Multiple Choice)
4.7/5
(28)

To add a specific number of days to a date, you must use a function.

(True/False)
4.9/5
(47)

PL/SQL commands have a certain format and cannot include any blank lines in the code.

(True/False)
4.9/5
(37)

The UPPER function allows you to manipulate numeric data.

(True/False)
4.8/5
(42)

To close a cursor and deactivate it, use the ____________________ command.

(Short Answer)
4.8/5
(38)

In Microsoft Access, you must store an SQL command in a string variable.

(True/False)
4.8/5
(24)

In Oracle and SQL Server, use the ____ function to truncate everything to the right of the decimal point.

(Multiple Choice)
4.7/5
(44)

To create a stored procedure, use the CREATE PROCEDURE command.

(True/False)
4.8/5
(38)

When you need to complete tasks that are beyond the capabilities of SQL, you need to use a procedural language.

(True/False)
4.8/5
(32)

Microsoft Access supports triggers.

(True/False)
4.7/5
(34)
Showing 41 - 60 of 75
close modal

Filters

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