what programming language which is used for testing and
developement in sql?
Answer Posted / sagar sreejith
Using Structured Query language(SQL).
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is mysql_query?
How to use mysqldump to create a copy of the database?
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 an example of a delimiter?
What is mysql gpl?
How do I create a schema in mysql?
What are features of mysql?
How do I create a database in mysql workbench?
How can we get total number of records by query in mysql?
If we use sum function in mysql, does it return sum of that row or for that column?
What is database engine in mysql?
What is required to create mysql database?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
What is blob in mysql?
What is the difference between procedure and function in mysql?