Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are different types of statements that are supported by sql?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a coalesce function?

1275


What is the difference between for xml raw and for xml auto?

1110


List the ways in which dynamic sql can be executed?

1083


Explain “row_number()” in sql server with an example?

1072


what is spatial nonclustered index

1054


What are wait types?

1239


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1021


How to enter binary string literals in ms sql server?

1235


What kind of problems occurs if we do not implement proper locking strategy?

1493


Is it possible to have clustered index on separate drive from original table location?

1034


How can I check that whether automatic statistic update is enabled or not?

1108


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1041


Can you index views?

952


Does view occupy space?

1005


what is the difference between openrowset and openquery?

1186