What are the most important ddl statements in sql?
Answer / Prantosh Kumar Singh Chauhan
DDL (Data Definition Language) statements in SQL are used to create, alter, and drop database objects. The most important DDL statements include CREATE TABLE for creating tables, ALTER TABLE for modifying the structure of existing tables, DROP TABLE for deleting tables, CREATE INDEX for creating indexes on tables, and DROP INDEX for deleting indexes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a heap in sql?
how to achieve this problem?i am having table with two colums like empno,gender. in gender column, i am having records male,female like that .my final output will be male female 5 6
Is sql difficult?
write a query to delete similar records in same table
Are sql database names case sensitive?
Is big data nosql?
What is mutating sql table?
Query for second maximum salary in each in each department
15 Answers DST Global Solutions, TCS,
How delete all data from all tables in sql?
In a PL/SQL block,which loop type should be used in a performance point of view & Why (as both loops can do the same task) 1) open - Fetch loop 2) for loop
how can you see all indexes defined for a table? : Sql dba
Which is the correct statement about truncate and delete?
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)