https://github.com/abdulrahmanabualmagd/sql-commands
SQL Commands Repository
https://github.com/abdulrahmanabualmagd/sql-commands
sql
Last synced: 4 months ago
JSON representation
SQL Commands Repository
- Host: GitHub
- URL: https://github.com/abdulrahmanabualmagd/sql-commands
- Owner: abdulrahmanabualmagd
- Created: 2024-02-21T18:16:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T10:11:01.000Z (over 2 years ago)
- Last Synced: 2025-02-28T09:54:12.899Z (over 1 year ago)
- Topics: sql
- Language: TSQL
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Commands Repository
This repository contains various SQL commands categorized into different types including Data Definition Language (DDL), Data Manipulation Language (DML), Data Control Language (DCL), Transaction Control Language (TCL), and Data Query Language (DQL). These commands can be used for managing and manipulating databases.
## Contents
- **DDL (Data Definition Language):**
- DDL commands are used to define the structure of the database schema, such as creating, altering, or dropping database objects like tables, views, indexes, etc.
- **DML (Data Manipulation Language):**
- DML commands are used to manipulate the data stored in the database, such as inserting, updating, deleting, and querying data.
- **DCL (Data Control Language):**
- DCL commands are used to control access to data within the database, such as granting or revoking privileges to users.
- **TCL (Transaction Control Language):**
- TCL commands are used to manage transactions within the database, such as committing or rolling back transactions.
- **DQL (Data Query Language):**
- DQL commands are used to retrieve data from the database, primarily through the use of SELECT statements.
## Usage
You can explore and utilize these SQL commands by executing them in your preferred SQL environment or database management system.
## Contributing
Contributions are welcome! If you have additional SQL commands or improvements to existing ones, feel free to submit a pull request.