+ 6
what is difference between sql and oracle ?
sql vs oracle
4 Antworten
+ 13
Hi dear Sarah! 🌹
SQL (pronounced "ess-que-el") stands for Structured Query Language. SQL is used to communicate with a database. According to ANSI (American National Standards Institute), it is the standard language for relational database management systems. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database. Some common relational database management systems that use SQL are: Oracle, Sybase, Microsoft SQL Server, Access, Ingres, etc.
With regard to this summary, SQL is a language to help us to communicate with a database.
On the other hand, Oracle is one of the most popular database management systems.
[ http://mobile.sqlcourse.com/intro.html ]
Have a good time, my friend. 🌸
+ 1
sql is free!