bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

SQL EXEC Keyword

Concept visual

SQL EXEC Keyword

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

EXEC Keyword

Previous

❮ SQL Keywords

Next

Exec

The EXEC

command is used to execute a stored procedure. The following SQL executes a stored procedure named "SelectAllCustomers":

Example

EXEC SelectAllCustomers;

Previous

❮ SQL Keywords

Next

Previous

SQL DROP VIEW Keyword

Next

SQL EXISTS Keyword