Answer Posted / dinesh kumar
Sql is the regular RDBMS and depends on which database u are
using like
TSQL for microsoft
PLSQL for oracle and
MSSQL is for IBM databases
means this MSSQL is the RDBMS which is used to work with IBM
database.
MYSQL is the type of RDBMS and SQL is the main language for
retrieveing the data.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do I check mysql version?
How to Join tables on common columns.
What is the purpose of -> in the mysql terminal?
Can mysql function return a table?
How set mysql root password?
What is a procedure example?
what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL
What is the limit of mysql database?
How to use triggers to track changes in mysql?
How to update a root password.
Create table employee (eno int(2),ename varchar(10)) ?
What is slow query log in mysql?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
how to connect a php script with the mysql database?
Difference between CHAR and VARCHAR?