Login
Remember
Register
Ask a Question
data definition is done through which statement?
0
votes
asked
Oct 30, 2019
in
DBMS
by
rajeshsharma
data definition is done through which statement?
sql-definition
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 30, 2019
by
SakshiSharma
data definition in SQL is via the create statement.the statement can be used to
create a table,index or view
...