InterviewSolution
Saved Bookmarks
| 1. |
Which are the two languages used in Mysql?(a) DML/DDL(b) DDL/DCL(c) DML/DDM(d) None of the mentioned |
|
Answer» Right option is (a) DML/DDL To explain I would say: DDL (Data Definition Language) DML (Data Manipulation Language). |
|