What is difference between language of (SQl ) oracle & MYSQL?
In my school they thought me SQL (oracle 9i/10g). which uses SQL plus if i am correct. Now this year they thougth just a brief introduction of MYSQL . just defination . In which they said MYSQL uses SQL .even oracle too. uses SQL so is their any difference between SQL(language.) of oracle and SQL of MYSQL .😕
Like in oracle if we want to create table we type.
SQl:create table Emp_south ( empno number(3) ) ;😉
so is their any difference of language like vb and c++.