MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SQL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What command to use if I want to execute the stored procedure through Xampp?
A
EXECUTE
B
EXEC
C
CALL
D
CALLING
Explanation: 

Detailed explanation-1: -Use the CALL command, EXEC command, EXECUTE command, or EXECUTE PROCEDURE command to invoke a stored procedure on a IBM® Netezza® host.

Detailed explanation-2: -Expand the database that you want, expand Programmability, and then expand Stored Procedures. Right-click the user-defined stored procedure that you want and select Execute Stored Procedure.

Detailed explanation-3: -Create a simple stored procedure. DELIMITER; To create the MySQL Stored Procedure, open the MySQL workbench Connect to the MySQL Database copy-paste the code in the query editor window click on Execute. You can view the procedure under stored procedures.

There is 1 question to complete.