What are different types of statements that are supported by sql?
Answer / Sumeet Bhatnagar
SQL supports several types of statements to manipulate and query data in a relational database:n1. Data Definition Language (DDL) Statements: These statements are used to create, alter, or delete database objects such as tables, views, indexes, and schemas.n2. Data Manipulation Language (DML) Statements: These statements are used to insert, update, delete, and retrieve data from the database.n3. Transaction Control Statements: These statements are used to manage transactions, such as COMMIT, ROLLBACK, SAVEPOINT, and BEGIN TRANSACTION.n4. Catalog (Metadata) Statements: These statements are used to retrieve information about database objects, such as DESCRIBE, TABLE, INDEX, and SP_HELP.n5. Control of Flow Statements: These statements are used to control the flow of execution in SQL code, such as IF-ELSE, CASE, LOOP, WHILE, and GOTO.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is normalisation important?
What is user-defined multi-statement table-valued function?
In which situation you use Self joins?
1 Answers CarrizalSoft Technologies, HP, TCS,
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
What is query optimizer in sql server?
What is the Disadvantage of indexed sequential file.
What is nested transaction?
Tell me about Triggers?
How to connect to a sql server using odbc_connect()?
How to create nested stored procedure?
How to drop an existing schema in ms sql server?
What is Full Outer Join?
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)