Advertisements
Advertisements
Question
List any two DML commands with its Syntax.
Short/Brief Note
Advertisements
Solution
| Commands | Syntax |
| INSERT | INSERT INTO table name VALUES (value1, value2, values); |
| DELETE | DELETE from table name WHERE columnname=”value”; |
shaalaa.com
Concepts of Structured Query Language (SQL)
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Communication is established with MySQL using ______.
Which is the MySQL instance responsible for data processing?
List any two DDL commands with its Syntax.
What is view in SQL?
Which commands provide definitions for creating table structure, deleting relations, and modifying relation schemas.
Which command lets to change the structure of the table?
Queries can be generated using ______
What is the difference between SQL and MySQL?
Write few commands used by DBA to control the entire database.
Explain the DDL command of their functions in SQL.
