0 votes
in DBMS by
data definition is done through which statement?

1 Answer

0 votes
by
data definition in SQL is via the create statement.the statement can be used to

create a table,index or view
...