How many commands are there in sql?



How many commands are there in sql?..

Answer / Govind Singh Patel

There isn't an exact number for SQL commands, as new ones can be created or used based on the specific database management system (DBMS) and SQL dialect. However, some common categories of SQL commands include: CREATE, ALTER, DROP, TRUNCATE, INSERT, UPDATE, DELETE, SELECT, GRANT, REVOKE, COMMIT, ROLLBACK, and VIEW.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is meant by DML?

5 Answers   HCL,


What is coalesce sql?

1 Answers  


How do I send sql query results to excel?

1 Answers  


What is the use of procedures?

1 Answers  


What is the life of an sql statement?

1 Answers  


What are the topics in pl sql?

1 Answers  


What are the cursor attributes used in PL/SQL ?

4 Answers  


what is cursor. write example of it. What are the attributes of cursor.

1 Answers  


What is the use of triggers?

1 Answers  


what is bcp? When does it used? : Sql dba

0 Answers  


What is difference between cursor and trigger?

1 Answers  


Can we use rowid as primary key?

1 Answers  


Categories