What Is SQL
What Is SQL
SQL is Structured Query Language, which is a computer language for storing, manipulating
and retrieving data stored in relational database.
SQL is the standard language for Relation Database System. All relational database
management systems like MySQL, MS Access, Oracle, Sybase, Informix and SQL Server use
SQL as standard database language.
SQL (Structured Query Language) is a language used to access data from the database. The
SQL is used for doing various database operations like creating database objects,
manipulating data in the database and controlling access to the data.
Why SQL?
Allows users to access data in relational database management systems.
Allows users to define the data in database and manipulate that data.
Allows users to create and drop databases and tables.
Allows users to create view, stored procedure, functions in a database.
Allows users to set permissions on tables, procedures, and views.
11.2.0.1.0
Major Version Minor Version or 2nd Release Application Release Patch Release Set
Platform specific
Some of the Most Important SQL Commands:
SELECT - Extracts data from a database
UPDATE - Updates data in a database
DELETE - Deletes data from a database
INSERT INTO - Inserts new data into a database
CREATE TABLE - Creates a new table
ALTER TABLE - Modifies a table
DROP TABLE - Deletes a table
CREATE INDEX - Creates an index (search key)
DROP INDEX - Deletes an index
SQL Commands:
The standard SQL commands to interact with relational databases are CREATE, SELECT,
INSERT, UPDATE, DELETE and DROP. These commands can be classified into groups based
on their nature:
DROP Deletes an entire table, a view of a table or other object in the database.
What is RDBMS?
RDBMS stands for Relational DataBase Management System. RDBMS is the basis for SQL,
and for all modern database systems like MS SQL Server, IBM DB2, Oracle, MySQL, and
Microsoft Access.
Data Transformation: It converts one S/W Data Types into another S/W corresponding Data
Types.
Data Transportation: It carries instructions from front end (S/W application) & transfers to
back end (DB) and vice-versa.
(Nos, Varchar2, Decimal etc) Data Transformation (Int, String, Float etc)
Dev’d form
Data Transportation ANSI SQL Data Transportation
Login
Oracle Pwd
DB ODBC Drivers
OK Cance