What is the most important ddl statements in sql are?
Answer / 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 |
Can triggers stop a dml statement from executing on a table?
i have a table like this. cityno cityname mails 1 BANGALORE 8KM 2 HSR LAYOUT 20KM 3 MEJISTIC 30KM 4 JAYADEVA 55KM 5 ITPL 80KM 6 HEBBAL 115KM I HAVE DATA LIKE THIS I WANT O/P LIKE THIS DISTANCE NO.OFCITY 0-50KM 3 51-100KM 2 101-150KM 4 AND SO ON pls give me answer. i want urgent
How can you tell the difference between an index and a view?
what is the difference between nested subquery and correlated subquery?
What is the difference between truncate and drop statements?
What is the starting oracle error number?
what is dbms? : Sql dba
What is data type in database?
Write a query to find five highest salaries from EMP table. (there is a column SALARY)
24 Answers Cap Gemini, iNautix,
Is there any restriction on the use of union in embedded sql?
What does where 1/2 mean in sql?
What is rownum?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)