adspace


What are the ddl commands?

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


Please Help Members By Posting Answers For Below Questions

Is primary key always clustered index?

1101


what is bcp? When does it used? : Sql dba

1065


what is collation? : Sql dba

1242


What is the best sql course?

1064


How do I remove duplicates in two columns?

1202


Does group by remove duplicates?

1120


what are aggregate and scalar functions? : Sql dba

1142


how to use regular expression in pattern match conditions? : Sql dba

1125


Can we rollback truncate?

1083


If a cursor is open, how can we find in a pl/sql block?

1252


what are all the common sql function? : Sql dba

1141


what is schema? : Sql dba

1163


how many tables will create when we create table, what are they? : Sql dba

1155


What is the current version of sql?

1106


what are the advantages of sql ? : Sql dba

1154