SQL User Defined Functions External Functions Stored Procedures DDL Flashcards

1
Q

ALTER FUNCTION

A

Modifies the properties of an existing user-defined or external function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ALTER PROCEDURE

A

Modifies the properties for an existing stored procedure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

CREATE EXTERNAL FUNCTION

A

Creates a newexternal function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

CREATE FUNCTION

A

Creates a newUDF (user-defined function).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CREATE PROCEDURE

A

Creates a newstored procedure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DESCRIBE FUNCTION

A

Describes the specified user-defined function (UDF) or external function, including the signature (i.e. arguments), return value, language, and body (i.e. definition).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DESCRIBE PROCEDURE

A

Describes the specified stored procedure, including the stored procedure’s signature (i.e. arguments), return value, language, and body (i.e. definition).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DROP FUNCTION

A

Removes the specified user-defined function (UDF) or external function from the current/specified schema.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DROP MATERIALIZED VIEW

A

Removes the specified materialized view from the current/specified schema.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DROP PROCEDURE

A

Removes the specified stored procedure from the current/specified schema.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SHOW EXTERNAL FUNCTIONS

A

Lists all the external functions created for your account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SHOW PROCEDURES

A

Lists the stored procedures that you have privileges to access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SHOW USER FUNCTIONS

A

Lists all user-defined functions (UDFs) for which you have access privileges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly