Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

EXEC

EXEC

The SQL EXEC keyword is used to execute stored procedures or functions in a database management system.

The following SQL runs a stored procedure named “SelectAllCustomers”:

Example

EXEC SelectAllCustomers;