bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

SQL EXEC Keyword

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 DROP VIEW Keyword

Next

SQL EXISTS Keyword