Loading lesson path
Concept visual
Start at both ends
❮ SQL Keywords
command is used to execute a stored procedure. The following SQL executes a stored procedure named "SelectAllCustomers":
EXEC SelectAllCustomers;
Previous
SQL DROP VIEW Keyword
Next
SQL EXISTS Keyword