Which statement should you use to create the stored procedure? You need to create a stored procedure that passes in a person’s name and age. Which statement should you use to create the stored procedure? You need to create a stored procedure that passes in a person’s name and age. Which statement should you use to create the stored procedure? A.Option A B.Option B C.Option C D.Option D Show Hint ← Previous question Next question →
Paul I understand the answer to not be A. The question clearly states the intention is to “create” a stored procedure, and not to update a current stored procedure. The UPDATE statement is used to update records in a table. http://www.w3schools.com/sql/sql_update.asp The CREATE PROCEDURE statement is used to create a database. http://www.codeproject.com/Articles/126898/Sql-Server-How-to-write-a-Stored-procedure-in-Sql Reply
I understand the answer to not be A.
The question clearly states the intention is to “create” a stored procedure, and not to update a current stored procedure.
The UPDATE statement is used to update records in a table.
http://www.w3schools.com/sql/sql_update.asp
The CREATE PROCEDURE statement is used to create a database.
http://www.codeproject.com/Articles/126898/Sql-Server-How-to-write-a-Stored-procedure-in-Sql
It should be C.
apa yaaaaaaa
nyontek aja kalau mau lulus……
C
C is correct syntax, and parameter data types