Skip to content

ShehabMkk/Simple-MicrosoftSQL-Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Microsoft SQL Applications

Welcome to the Simple Microsoft SQL Applications repository! This project contains a series of assignments developed for an SQL course. Each assignment demonstrates different aspects of SQL using Microsoft SQL Server.

Table of Contents

Introduction

This repository includes a collection of simple applications and exercises designed to teach and demonstrate various SQL concepts and techniques. The assignments cover a range of topics from basic queries to advanced database management using Microsoft SQL Server.

Features

  • Basic SQL Queries: Learn how to perform basic SQL operations like SELECT, INSERT, UPDATE, and DELETE.
  • Advanced SQL Queries: Explore more complex queries including JOINs, subqueries, and aggregations.
  • Database Design: Understand database design principles through practical assignments.
  • Stored Procedures and Functions: Implement stored procedures and functions to encapsulate business logic.
  • Data Management: Techniques for managing and manipulating data efficiently.

Installation

To work with these SQL assignments, follow these steps:

  1. Clone the repository:
    git clone https://github.com/ShehabMkk/Simple-MicrosoftSQL-Applications.git
  2. Open Microsoft SQL Server Management Studio (SSMS) and connect to your SQL Server instance.
  3. Navigate to the project directory and open the SQL files in SSMS.

Usage

Each assignment is contained in its own SQL file. Open the file in SSMS and execute the scripts as instructed within the file. The scripts are designed to be run sequentially, so follow the comments and instructions provided to understand and complete each assignment.

File Structure

The repository is organized as follows:

  • Assignment1.sql: Basic SQL operations.
  • Assignment2.sql: Advanced SQL queries.
  • Assignment3.sql: Database design and normalization.
  • Assignment4.sql: Stored procedures and functions.
  • Assignment5.sql: Data management techniques.
  • README.md: This file, providing an overview of the project.

Contributors

This project was developed by:

I created this project as part of my coursework for an SQL course to demonstrate my understanding of Microsoft SQL Server and various SQL concepts.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages