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
How do I remove duplicates in two columns?
how to escape special characters in sql statements? : Sql dba
what is dbms? : Sql dba
what are all the common sql function? : Sql dba
What is the best sql course?
what is schema? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
What is the current version of postgresql?
what are the advantages of sql ? : Sql dba
Is primary key always clustered index?
Is primary key clustered index?
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
define sql insert statement ? : Sql dba
Does group by remove duplicates?
how to use regular expression in pattern match conditions? : Sql dba