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 restrictions can you apply when you are creating views?
What are the different technologies used to access Database from Visual Basic?
Why do not you use gnu autoconf or scons for building?
What is second normal form?
What are the drawback of rdbms?
Describe the difference between homogeneous and heterogeneous distributed database.
Is filemaker pro a relational database?
Why do we study dbms?
What is end users in dbms?
Which database server is best?
What is a database in a website?
Explain ddl interpreter?
Enlist some commands of ddl, dml, and dcl.
how to retrive a data From database into the grid view..?
What are vdl and sdl?