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
How to export data from database and import into another?
What are the types of database explain each of them briefly?
Which software is best for database?
Is the internet a database?
What is a database in layman terms?
Briefly describe an outer join.
What is database optimization?
Tell me about view, sequence and index in DBMS.
Can anybody give me link for BOXI R3.1 Key please
Who invented schema theory?
What is a database report?
Compare a hierarchical and network database model?
define aggregate functions.
What are the two major subsystems of system r?
Why do we need database normalization?