Skip to content

fawzanoachira/SQL-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Tutorials

Welcome to my SQL Tutorials repository! This repository contains my learnings and demonstrations of various SQL concepts and queries.

Table of Contents

Introduction

This repository contains a collection of tutorials that I have created while learning SQL. Each tutorial focuses on a specific SQL concept, demonstrating its usage with simple examples.

Concepts Covered

Basic Queries

The tutorials cover the basics of writing SQL queries, including SELECT, INSERT, UPDATE, and DELETE statements.

Joins

The tutorials explain how to use various types of joins in SQL, such as INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN.

Subqueries

The tutorials demonstrate how to write and use subqueries in SQL for more complex data retrieval.

Aggregate Functions

The tutorials cover the usage of aggregate functions like COUNT, SUM, AVG, MIN, and MAX to perform calculations on data.

Database Design

The tutorials provide insights into designing a database, including creating tables, defining relationships, and using primary and foreign keys.

Getting Started

To get started with these tutorials, you need to have a SQL database management system (DBMS) installed on your machine. You can use any DBMS of your choice, such as MySQL, PostgreSQL, SQLite, or SQL Server.

  1. Clone the repository:

    git clone https://github.com/your-username/sql-tutorials.git
  2. Navigate to the project directory:

    cd sql-tutorials.git
  3. Open your DBMS and run the provided SQL scripts.

Contributing

Contributions are welcome! If you have any suggestions or improvements, feel free to create an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published