in Sql by
What are the objects can be created using CREATE statement?

1 Answer

0 votes
by
Following objects are created using CREATE statement:

DATABASE
EVENT
FUNCTION
INDEX
PROCEDURE
TABLE
TRIGGER
USER
VIEW
...