Search Header Logo
UNIT 11 MOCK FLASHCARD

UNIT 11 MOCK FLASHCARD

Assessment

Flashcard

Information Technology (IT)

University

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

_______________ are similar to those provided by SQL Server as standard. They are given a name and, optionally, a set of parameters. They are created for a database and can be used in scripts, stored procedures, triggers, and other user-defined functions within the database.

Back

User-defined functions

2.

FLASHCARD QUESTION

Front

_______________ return a single value and can optionally accept one or more parameters. The return value is a standard data type but cannot be a Text, NText, Image, or Timestamp.

Back

Scalar functions

3.

FLASHCARD QUESTION

Front

_______________ functions return a table variable and can accept arguments. They are often used as "parameterized views" as they can be included in place of tables in a query.

Back

Table-valued

4.

FLASHCARD QUESTION

Front

_______________ table-valued functions contain a single statement, which must be a SELECT. The results of the query become the return value of the function.

Back

Inline

5.

FLASHCARD QUESTION

Front

_______________ table-valued functions can include many statements similar to those in a stored procedure. The table structure to be returned is defined within the function.

Back

Multi-statement

6.

FLASHCARD QUESTION

Front

In SQL Server, the syntax for creating a function with no parameters includes the keywords _______________ and _______________ to define the function's body.

Back

BEGIN, END

7.

FLASHCARD QUESTION

Front

To call a scalar function in SQL Server, we use the _______________ schema prefix before the function name.

Back

dbo.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?