Collections:
What Is SQL Language
What Is SQL Language?
✍: FYIcenter.com
SQL, SEQUEL (Structured English Query Language), is a language for RDBMS (Relational Database Management Systems).
During the 1970s, a group at IBM's San Jose research center developed a database system "System R" based upon Codd's model. Structured English Query Language ("SEQUEL") was designed to manipulate and retrieve data stored in System R. The acronym SEQUEL was later condensed to SQL.
SQL was adopted as a standard by ANSI (American National Standards Institute) in 1986 and ISO (International Organization for Standardization) in 1987. Since then, SQL standard has gone through a number of revisions:
Â
2017-06-16, 1909👍, 0💬
Popular Posts:
What Happens If the UPDATE Subquery Returns Multiple Rows in MySQL? If a subquery is used in a UPDAT...
How To Locate and Take Substrings with CHARINDEX() and SUBSTRING() Functions in SQL Server Transact-...
How To Create a Simple Stored Procedure in SQL Server Transact-SQL? If you want to create a simple s...
How To Get Year, Month and Day Out of DATETIME Values in SQL Server Transact-SQL? You can use DATEPA...
How To Convert Numeric Expression Data Types using the CAST() Function in SQL Server Transact-SQL? I...