adspace


What is the most important ddl statements in sql are?

Answer Posted / Bahoran Singh

The most essential Data Definition Language (DDL) statements in SQL are: CREATE - used to create database objects such as tables, views, indexes, and schemas.n ALTER - used to modify existing database objects.n DROP - used to delete database objects such as tables, views, and indexes.n TRUNCATE - used to remove all rows from a table, but it does not release the space occupied by the table.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I remove duplicates in two columns?

1187


how to escape special characters in sql statements? : Sql dba

1114


what is dbms? : Sql dba

1061


what are all the common sql function? : Sql dba

1131


What is the best sql course?

1050


what is schema? : Sql dba

1147


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

1238


What is the current version of postgresql?

1178


what are the advantages of sql ? : Sql dba

1142


Is primary key always clustered index?

1095


Is primary key clustered index?

1019


Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

2091


define sql insert statement ? : Sql dba

1098


Does group by remove duplicates?

1112


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

1113