UNIT 11 MOCK FLASHCARD

UNIT 11 MOCK FLASHCARD

Assessment

Flashcard

Information Technology (IT)

University

Hard

Created by

Quizizz 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.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?