Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
SQL Server 2
« Previous
Next »
Which of the following commands below are used to run a stored procedure?
Options
- EXEC MyStoredProcedure
- EXECUTE MyStoredProcedure
- RUN MyStoredProcedure
- Both a and b above
CORRECT ANSWER : Both a and b above
Discussion Board
Stored procedure
A stored procedure is used in the SQL Server with the help of the "Execute" or "Exec" Keyword. For example, if we want to execute the stored procedure "Getstudentname", then we will use the following statement.
Execute Getstudentname 1
Exec Getstudentname 1
Prajakta Pandit 03-7-2017 06:31 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
SQL Server (40)
SQL Server (28)
SQL Server (25)
Data Warehousing (10)
Biztalk (15)
SQL Server DBA (15)
Database (30)
Database (28)
DBMS (20)
Advertisement
▲