0
Can we use these all commands in oracle 10g
is their any diffrence between mysql and sql
1 Answer
0
SQL stands for Structured Query Language. It's a standard language for accessing and manipulating databases. MySQL is a database management system, like SQL Server, Oracle, Informix, Postgres, etc. MySQL is a RDMS (Relational Database Management System).
To add. yes SQL commands can be used in Oracle.
Some of the commands could have syntax differences when used in MySql compared to Oracle SQL. Besides that its the same.