Answer Posted / neelam praveen
SQL is the structured query language which is used as Data
Definition Language, Data Manipulation Language FOR Database
Like Oracle, MySQL, PostGre SQL etc.
So, SQL is an interface between Users and Databases like
MySQL,Oracle etc.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the use of mysqli_num_rows?
What is mysql used for?
What are the different mysql database engines?
Can mysql function return a table?
How do I update a variable in mysql?
How to represent ENUMs and SETs internally?
How do I install and use mysql?
What is localhost in mysql?
What is orm in mysql?
How do I change the max connection in mysql?
How do you connect MySQL database with PHP?
How to convert dates to character strings?
What is the difference between unix timestamps and mysql timestamps?
Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?
What is pdo in php mysql?