Answer Posted / hr@tgksolutions.com
The four core database management operations are Create, Read, Update, and Delete, or CRUD for short.
Create: To add new records to a table, use the INSERT INTO statement.
Read: To extract data from a table, use the SELECT statement.
Update: To make changes to already-existing records, use the UPDATE statement.
Delete: To eliminate records, use the DELETE FROM statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data model in database?
What is advantage of dbms?
What is a key in dbms?
What is a sequence in a database?
Explain the architecture of reporting services?
What are the 4 main objects of a database?
What is the main purpose of normalization?
What is end users in dbms?
Explain bcnf (boyce-codd normal form)?
What is database management definition?
Explain relational algebra?
What is pdo in database?
Define entity set.
What do you understand by the view and mention the steps to create, update and drop a view?
describe and contrast a trigger and a procedure.