FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testing/sqlphp/developer-notes/databases/sql/sql.intro.txt at main · astechedu/testing · GitHub
astechedu
/
testing
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
testing
/
sqlphp
/
developer-notes
/
databases
/
sql
/
sql.intro.txt
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (23 loc) · 1.26 KB
Breadcrumbs
testing
/
sqlphp
/
developer-notes
/
databases
/
sql
/
sql.intro.txt
Copy path
File metadata and controls
34 lines (23 loc) · 1.26 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<<< SQL Intro <<<<<
-------------------------------------------------------------------
-------------------------------------------------------------------
Keys: Intro, DDL,DML,DQL,DCL,TCL,
-------------------------------------------------------------------
-------------------------------------------------------------------
-------------------------------------------------------------------
-------------------------------------------------------------------
-------------------------------------------------------------------
Sql Intro
https://www.youtube.com/watch?v=U2T_LCdO14Y&pp=ygUZd2hhdCBpcyBkYXRhYmFzZSBpbiBoaW5kaQ%3D%3D
-------------------------------------------------------------------
-------------------------------------------------------------------
-------------------------------------------------------------------
>>> SQL Intro <<<<
SQL stands for Structured Query Language
Adopted by Orcle, mysql, microsoft etc.
DDL(Data Definition Language) - create,drop,truncate,alter,rename
DML(Data Manipulation Language) - insert, update, delete
DQL(Data Query/Retrieval Language) - select
DCL(Data Control Language) - grant, revoke
TCL(Transaction Control Language ) - commit, rollback, save point,
---------------------------------------------------------------------
Back
|
FazBrowse Home
|
New Git URL