adspace
Answer Posted / Mohit Kumar Prasad
There are several SQL statements with defined purposes:n
1. SELECT: Retrieves data from a database.
2. INSERT: Inserts new records into a table.
3. UPDATE: Modifies existing records in a table.
4. DELETE: Deletes records from a table.
5. CREATE: Creates database objects such as tables, indexes, and procedures.
6. ALTER: Modifies the structure of existing database objects.
7. DROP: Deletes database objects.
8. TRUNCATE: Removes all records from a table.
9. COMMIT: Saves changes permanently.n10. ROLLBACK: Undoes all changes since the last commit.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is inner join faster than left join?
If a cursor is open, how can we find in a pl/sql block?
what is bcp? When does it used? : Sql dba
Can we use distinct and group by together?
how many tables will create when we create table, what are they? : Sql dba
Can we rollback truncate?
how to use regular expression in pattern match conditions? : Sql dba
What is the best sql course?
Does group by remove duplicates?
define sql insert statement ? : Sql dba
Can delete statement be rollbacked?
What is the current version of sql?
What is your daily office routine?
Is primary key always clustered index?
what are the advantages of sql ? : Sql dba