Computer Science, asked by mastanshareef2151, 1 year ago

Which is the subject subset of sql commands used to manipulate orcl database structure including tables?

Answers

Answered by piyush8981ssm
0

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.

Similar questions