Structured Query Language
SQL is a query language which is used
by the developers to query and manipulate
data held by Relational Database
Management System(RDBMS).
SQL uses keywords and operators to create
queries.
1. SQL Language Elements : Includes Clauses, Expressions,
Predicates, Queries and Statements.
2. SQL operators: Includes arithmetic operators(+,-,…);
Comparison operators(<,>,….); Logical operators (ALL,
BETWEEN, ….) and negation.
3. SQL keywords: Includes SELECT, FROM etc which creates an
SQL query.
SELECT MONTH, ID, RAIN_I, TEMP_F
FROM STATS
ORDER BY MONTH, RAIN_I DESC;
This query will select all rows with columns MONTH, ID, RAIN_I,
TEMP_F from the SQL table STATS and then order the rows on the basis
of month and rainfall in descending order.
Initially know as SEQUEL, SQL was created at IBM by Donald D.
Chamberlin and Raymond F. Boyce in early 1970’s.
SEQUEL was created to fetch data from IBM’S quasi-relational
database.
SQL appeared in 1974 and its first mainstream application
appeared in 1979.
SQL server is RDBMS from Microsoft.
SQL Server works on T-SQL, a series of programming
extensions from Sybase and Microsoft.
Hey Friend,
This was just a summary on SQL. For more detailed information
on this topic, please type the link given below or copy it from
the description of this PPT and open it in a new browser
window.
www.transtutors.com/homework-help/computer-science/sql.aspx

SQL | Computer Science

  • 1.
  • 2.
    SQL is aquery language which is used by the developers to query and manipulate data held by Relational Database Management System(RDBMS). SQL uses keywords and operators to create queries.
  • 3.
    1. SQL LanguageElements : Includes Clauses, Expressions, Predicates, Queries and Statements. 2. SQL operators: Includes arithmetic operators(+,-,…); Comparison operators(<,>,….); Logical operators (ALL, BETWEEN, ….) and negation. 3. SQL keywords: Includes SELECT, FROM etc which creates an SQL query.
  • 4.
    SELECT MONTH, ID,RAIN_I, TEMP_F FROM STATS ORDER BY MONTH, RAIN_I DESC; This query will select all rows with columns MONTH, ID, RAIN_I, TEMP_F from the SQL table STATS and then order the rows on the basis of month and rainfall in descending order.
  • 5.
    Initially know asSEQUEL, SQL was created at IBM by Donald D. Chamberlin and Raymond F. Boyce in early 1970’s. SEQUEL was created to fetch data from IBM’S quasi-relational database. SQL appeared in 1974 and its first mainstream application appeared in 1979.
  • 6.
    SQL server isRDBMS from Microsoft. SQL Server works on T-SQL, a series of programming extensions from Sybase and Microsoft.
  • 7.
    Hey Friend, This wasjust a summary on SQL. For more detailed information on this topic, please type the link given below or copy it from the description of this PPT and open it in a new browser window. www.transtutors.com/homework-help/computer-science/sql.aspx