What is SQL? SQL is a database query language we use it for operating databases. It is used for storing and managing data in Relational DBMS, the operations included are creation, deletion, modifying rows, etc. SQL is standardized by ANSI (American National Standards Institute).Let us learn in detail about SQL. SQL is a Relational Database Management Systems (RDMS), that is, it is a standard language for Relational Database system.Examples of RDMS are MySQL, MS Access, Oracle, Sybase, Informix, Postgres and SQL Server, they all use SQL as their standard database language. Different used dialects are:MS SQL Server using T-SQL,Oracle using PL/SQL,The MS Access version is called JET SQL (native format) etc
Inhalt
Table of Contents Chapter 1 Introduction to SQL . Chapter 2 SQL RDBMS Concept Chapter 3 SQL - RDBMS Database System Chapter 4 SQL Data Types Chapter 5 Clause in SQL-Part 1 Chapter 6 Clause in SQL-Part 2 Chapter 7 SQL Operators - Arithmetic, Comparison, & Logical Chapter 8 Operators in SQL - Alias, IN and Between Chapter 9 Expressions In SQL Chapter 10 Create, Drop and Select Database in SQL Chapter 11 Create, Alter and Drop Table in SQL Chapter 12 SQL Comment - Single and Multi-line Chapter 13 Primary and Foreign Key in SQL With Examples Chapter 14 SQL StatementsChapter 15 Best SQL Books