Class-1-24th May
Class-1-24th May
1. MS SQL
2. ORACLE SQL (*)
3. MS ACCESS SQL
4. MY SQL
5. ASSURE SQL
6. PL-SQL (*)
Why SQL.?
1. Allows users to access data in RDBMS
2. Allows users to describe the data.
3. Allows users to define the data in Database and manipulate that data.
4. Allows user to create and drop the database and tables.
5. Allows users to set permissions on tables,stored procedures and create view.
History of SQL.?
-->APPLICATIONS:-
2. WEB APPLICATIONS:-
*Any application which we are usig with the help of another application is called
as "web applications".
*Here we dont require any installation but we require internet and database.
ex:- YouTube,facebook,Instagram,so on.
3. CLIENT/SERVER APPLICATIONS:-
*Any application which we are using with the help of installation, internet and
database is known as "C/S application"
ex:- Watsapp,Facebook,Messenger,Telegram,so on.
--> DATA:-
*It is a raw fact (natural truth), which describes the properties of an object.
--> DATABASE:-
C--> CREATE/INSERT
R--> READ/RETRIEVE
U--> UPDATE/MODIFY
D--> DELETE/DROP
--> DBMS:-
-->Types of DBMS:-
4. Relational DBMS:-(RDBMS)
* It is one of the theory, which was described by a data scientist "E F CODD"
* Any DBMS which follows RM will become RDBMS
* In a RM, we can store the data in the form of "Table format"
--> TABLE:-
-->Parameters of table:-
a) DATATYPES (MANDATORY)
b) CONSTRAINTS (OPTIONAL)