SQL part 1.0

SQL part 1.0

University

63 Qs

quiz-placeholder

Similar activities

Alternative Energy Review

Alternative Energy Review

9th Grade - University

68 Qs

Review Instrument Ground

Review Instrument Ground

University

60 Qs

FPPE TEST FINAL

FPPE TEST FINAL

University

59 Qs

Pharmaceutics 2- Exam 2

Pharmaceutics 2- Exam 2

University

60 Qs

CBT MOCK 2

CBT MOCK 2

University

60 Qs

Experiment Concepts Quiz

Experiment Concepts Quiz

University

60 Qs

MT 12 (LEC) PHLEBOTOMY

MT 12 (LEC) PHLEBOTOMY

University

67 Qs

E Commerce Manager

E Commerce Manager

University

67 Qs

SQL part 1.0

SQL part 1.0

Assessment

Quiz

Other

University

Hard

Created by

cc6cqgmz66 apple_user

FREE Resource

63 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. The syntax for creating a View:

Create View ViewName SELECT * FROM TableName

Create View ViewName AS SELECT * FROM TableName

Create View ProcName SELECT * FROM ViewName

Create Procedure ProcedureName AS BEGIN Procedure Body END

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Following code

"CREATE PROCEDURE spDisplayWelcome

AS BEGIN

PRINT 'WELCOME TO PROCEDURE in SQL Server'

END"

is an example of:

Naming the user-defined stored procedures

Stored procedure with parameters

Executing the procedure

Stored procedure without parameter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Which of these options are NOT correct way to call a Stored Procedure in SQL Server?

EXEC Values

EXECUTE ProcedureName VALUES

ProcedureName VALUES

EXEC ProcedureName VALUES

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which of these options are NOT correct way to delete a Stored Procedure in SQL Server?:

DROP PROCEDURE ProcedureName

Delete PROCEDURE ProcedureName

Drop proc spGetEmployee1

Drop Procedure spGetEmployee1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The parameters of a Stored Procedure:

Simple, complex

Updatable, non-updatable

Defined, undefined

Input, output

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Output of the following code:

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Output of the following code:

Media Image
Media Image
Media Image
Media Image

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?