Login
Remember
Register
Ask a Question
What are the objects can be created using CREATE statement?
0
votes
asked
Jan 15, 2024
in
Sql
by
AdilsonLima
What are the objects can be created using CREATE statement?
mysql-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 15, 2024
by
AdilsonLima
Following objects are created using CREATE statement:
DATABASE
EVENT
FUNCTION
INDEX
PROCEDURE
TABLE
TRIGGER
USER
VIEW
...