Learn-sql

History of SQL

  • SQL is abbreviated as Structured Query Language. SQL was initially developed at IBM. Initially, it was named as SEQUEL. Later it was renamed as SQL.
  • Later SQL became standard. The revisions of SQL standard are
    • SQL 86
    • SQL 92
    • SQL 99
    • SQL 2003
    • SQL 2006
    • SQL 2008
    • SQL 2011
  • SQL is the widely used database language.
  • SQL is a descriptive language. It is not a procedural language.

2 comments:

Python-environment-for-deep-learning-in-windows

Python is increasingly becoming a popular programming language for machine learning and deep learning. If you want to use python for train...