"INSERT" is same as "UPDATE"?
A. NO
B. YES
C. May be
D. None of the mentioned
Answer: Option A
Solution (By Examveda Team)
This question is about two different commands in MySQL: "INSERT" and "UPDATE". Let's break down what each command does:"INSERT" is used to add new data into a table. Think of it like adding a new row to a spreadsheet.
"UPDATE" is used to modify existing data in a table. It's like changing the values in a row of your spreadsheet.
So, are they the same? NO. They have distinct purposes and functionalities.
The answer is Option A: NO.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion