Consider following SQL
statement. What type of
statement it is?
SELECT * FROM EMPL;
a.
DDL
b.
DML
C.
DCL
d.
Integrity constraint
please answer fast
Answers
Answered by
1
Answer:
The DDL is used to manage table and index structure.CREATE, ALTER, RENAME, DROP and TRUNCATE statements are the names of few data definition elements.
advertisement
Answered by
1
Answer:
DDL is the correct answer
Similar questions