Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ee5733e

Browse files
Update README.md
1 parent 2ae6a44 commit ee5733e

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

‎README.md‎

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,26 @@ Used to retrieve Data from Databases.SQL is widely used nowadays because everyth
1616
#### SQL is classified into 4 types:
1717

1818
- **DDL - Data Defenition Language** : DDL is abbreviation of Data Definition Language. It is used to create and modify the structure of database objects in database. Examples: **CREATE, ALTER, DROP** statements
19+
1920
- **DML - Data Manipulation Language** : DML is abbreviation of Data Manipulation Language. It is used to retrieve, store, modify, delete, insert and update data in database. Examples: **SELECT, UPDATE, INSERT** statements
21+
2022
- **DCL - Data Control Language** : DCL is abbreviation of Data Control Language. It is used to create roles, permissions, and referential integrity as well it is used to control access to database by securing it. Examples: **GRANT, REVOKE** statements
23+
2124
- **TCL - Transaction Control Language** : TCL is abbreviation of Transactional Control Language. It is used to manage different transactions occurring within a database. Examples: **COMMIT, ROLLBACK** statements
2225

2326
#### Know these Concepts
2427

25-
##### Database:
28+
#### Database:
2629
- A database is a collection of information that is organized so that it can be easily accessed, managed and updated.
2730
- Data is organized into rows, columns and tables, and it is indexed to make it easier to find relevant information.
2831
- Data gets updated, expanded and deleted as new information is added.
2932
- Databases process workloads to create and update themselves, querying the data they contain and running applications against it.
3033

31-
##### Datamart:
34+
#### Datamart:
3235
- A data mart is a structure / access pattern specific to data warehouse environments, used to retrieve client-facing data.
3336
- The data mart is a subset of the data warehouse and is usually oriented to a specific business line or team.
3437

35-
##### Data Warehouse / Enterprise Data Warehouse:
38+
#### Data Warehouse / Enterprise Data Warehouse:
3639
- A large store of data accumulated from a wide range of sources within a company and used to guide management decisions.
3740

3841
#### Before writing a Querry,Follow these steps
@@ -55,31 +58,35 @@ SQL Tutuorial can be found [Here](https://www.w3schools.com/sql/)
5558
- **Data Types:** Follow this [Link](https://www.w3schools.com/sql/sql_datatypes.asp)
5659
- **Functions:** Follow this [Link](https://www.w3schools.com/sql/sql_ref_sqlserver.asp)
5760

58-
##### Let's start Working on Exercises:
61+
#### Let's start Working on Exercises:
5962

60-
#### Requirements:
63+
##### Requirements:
6164
Install MS-SQL Server to work on Exercises. To install, Follow this [video](https://www.youtube.com/watch?v=vng0P8Gfx2g), he explains clearly.
6265

6366
After Installation, You need Databases to Practice **SQL**
6467

6568
##### Note: Following Databases are used in these Exercises. You can Download it or create your own Databases and work on it.
6669

6770
- Download [Northwind DB](https://www.microsoft.com/en-in/download/details.aspx?id=23654)
71+
6872
- Download [Adventure Works DB](https://www.microsoft.com/en-us/download/details.aspx?id=49502)
6973

7074
- Create **HR DB** on your own
71-
- Creating HR Table and fill the Values to the Table. Queries Available [Here](https://github.com/i-m-aravind/SQL-Exercises-With-Solutions/tree/master/HR-DB)
7275

73-
#### Downloading the Exercises
74-
To get started, you can start by either downloading a zip file of these assignments by clicking on the Clone or download button. If you have git installed on your system, you can clone this repository using :
76+
- Creating HR Table and insert the values to the table. Queries available [Here](https://github.com/i-m-aravind/SQL-Exercises-With-Solutions/tree/master/HR-DB)
7577

76-
> clone https://github.com/aravind-alpha/SQL-Exercises-With-Solutions
78+
#### Downloading the Exercises:
79+
80+
- To get started, you can start by either downloading a zip file of these assignments by clicking on the Clone or download button. If you have git installed on your system, you can clone this repository using :
81+
82+
> git clone https://github.com/aravind-alpha/SQL-Exercises-With-Solutions.git
7783
7884
Each folder contains two files:
79-
- A PNG file `.png` contains Questions for all the Exercises Seperately.
80-
- A SQL file `.sql` contains solutions done by me. You can correct me if i am wrong and modify it as needed.
85+
> A PNG file `.png` contains Questions for all the Exercises Seperately.
86+
> A SQL file `.sql` contains solutions done by me. You can correct me if i am wrong and modify it as needed.
8187
8288
#### Further Learning:
89+
8390
After Completing these Exercises Try to solve SQL Exercises on
8491

8592
- Mode Analytics [Here.](https://mode.com/)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /