adspace
Answer Posted / Ankit Gupta
DDL (Data Definition Language) commands are used to create, alter, or drop database objects like tables, indexes, views, etc. in SQL and PL/SQL.nThe main DDL commands include:n- CREATE: To create a new database objectn- ALTER: To modify an existing database object (e.g., add or change columns in a table)n- DROP: To delete an existing database object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is primary key always clustered index?
what is bcp? When does it used? : Sql dba
what is collation? : Sql dba
What is the best sql course?
How do I remove duplicates in two columns?
Does group by remove duplicates?
what are aggregate and scalar functions? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
Can we rollback truncate?
If a cursor is open, how can we find in a pl/sql block?
what are all the common sql function? : Sql dba
what is schema? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
What is the current version of sql?
what are the advantages of sql ? : Sql dba