{"id":19606727,"url":"https://github.com/learnwithfair/dbms","last_synced_at":"2026-03-19T10:45:47.358Z","repository":{"id":189260909,"uuid":"609575981","full_name":"learnwithfair/DBMS","owner":"learnwithfair","description":"Database Management System (DBMS) with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]","archived":false,"fork":false,"pushed_at":"2024-05-11T12:28:03.000Z","size":8174,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T09:24:21.178Z","etag":null,"topics":["3-1","3-1-semester","academic","dbms","dbms-project","learn-with-fair","learnwithfair","rahatul-rabbi","rahatulrabbi","sql"],"latest_commit_sha":null,"homepage":"","language":"TSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/learnwithfair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-04T15:43:21.000Z","updated_at":"2024-12-20T14:16:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"827b0682-d41d-46aa-92dd-79e5e57f8bea","html_url":"https://github.com/learnwithfair/DBMS","commit_stats":null,"previous_names":["learnwithfair/dbms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2FDBMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2FDBMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2FDBMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2FDBMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/learnwithfair","download_url":"https://codeload.github.com/learnwithfair/DBMS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240894495,"owners_count":19874822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3-1","3-1-semester","academic","dbms","dbms-project","learn-with-fair","learnwithfair","rahatul-rabbi","rahatulrabbi","sql"],"created_at":"2024-11-11T10:07:02.805Z","updated_at":"2026-03-03T12:35:53.901Z","avatar_url":"https://github.com/learnwithfair.png","language":"TSQL","readme":"# DBMS\n\n[![Youtube][youtube-shield]][youtube-url]\n[![Facebook][facebook-shield]][facebook-url]\n[![Instagram][instagram-shield]][instagram-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\nThanks for visiting my GitHub account!\n\n\u003cimg src =\"https://www.svgrepo.com/show/525311/database.svg\" height = \"200px\" width = \"200px\"/\u003e **Database Management Systems (DBMS)** are software systems used to store, retrieve, and run queries on data. A DBMS serves as an interface between an end-user and a database, allowing users to create, read, update, and delete data in the database.. [see-more](https://www.geeksforgeeks.org/introduction-of-dbms-database-management-system-set-1/)\n\n## For Information\n\n- https://www.w3schools.com/sql/\n- https://www.geeksforgeeks.org/sql-tutorial/\n\n## Source Code (Download)\n\n[Click Here](https://mega.nz/folder/tL00VSoQ#E4snCVQ3MAKOd-Nss7sWEA)\n\n## Download Offline\n\n- Download the Full Source Code. visit -\u003e https://mega.nz/folder/oX9jXJAJ#Dh5dpdMGB5SZZ2Dsqe1E6g\n- Download Software. visit -\u003e https://mega.nz/file/EHUDDDrQ#HvsoZvjVc9UoLkCVfdDLT0KV0tZ93lR16C-geBGUtiM\n\n## Download Online\n\n- visit -\u003ehttps://www.microsoft.com/en-us/download/details.aspx?id=101064\n\n## Project Features\n\n|                                |                                |\n| :----------------------------: | :----------------------------: |\n|               1                |               2                |\n| ![roadmap](images/index-1.jpg) | ![roadmap](images/index-2.jpg) |\n\n## Database Languages\n\n- Data Definition Language\n- Data Manipulation Language\n- Data Control Language\n- Transactional Control Language\n\n## Key Features of DBMS\n\n- **Data modeling:** A DBMS provides tools for creating and modifying data models, which define the structure and relationships of the data in a database.\n- **Data storage and retrieval:** A DBMS is responsible for storing and retrieving data from the database, and can provide various methods for searching and querying the data.\n- **Concurrency control:** A DBMS provides mechanisms for controlling concurrent access to the database, to ensure that multiple users can access the data without conflicting with each other.\n- **Data integrity and security:** A DBMS provides tools for enforcing data integrity and security constraints, such as constraints on the values of data and access controls that restrict who can access the data.\n- **Backup and recovery:** A DBMS provides mechanisms for backing up and recovering the data in the event of a system failure.\n- **DBMS can be classified into two types:** Relational Database Management System (RDBMS) and Non-Relational Database Management System (NoSQL or Non-SQL)\n- **RDBMS:** Data is organized in the form of tables and each table has a set of rows and columns. The data are related to each other through primary and foreign keys.\n- **NoSQL:** Data is organized in the form of key-value pairs, documents, graphs, or column-based. These are designed to handle large-scale, high-performance scenarios.\n\n## Several Types of DBMS\n\n- Relational DBMS (RDBMS): An RDBMS stores data in tables with rows and columns, and uses SQL (Structured Query Language) to manipulate the data.\n- Object-Oriented DBMS (OODBMS): An OODBMS stores data as objects, which can be manipulated using object-oriented programming languages.\n- NoSQL DBMS: A NoSQL DBMS stores data in non-relational data structures, such as key-value pairs, document-based models, or graph models.\n\n## Applications of DBMS:\n\n- Enterprise Information: Sales, accounting, human resources, Manufacturing, online retailers.\n- Banking and Finance Sector: Banks maintaining the customer details, accounts, loans, banking transactions, credit card transactions.\n- Finance: Storing the information about sales and holdings, purchasing of financial stocks and bonds.\n- University: Maintaining the information about student course enrolled information, student grades, staff roles.\n- Airlines: Reservations and schedules.\n- Telecommunications: Prepaid, postpaid bills maintance.\n\n## Follow Me\n\n[\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/github.svg' alt='github' height='40'\u003e](https://github.com/learnwithfair) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/facebook.svg' alt='facebook' height='40'\u003e](https://www.facebook.com/learnwithfair/) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/instagram.svg' alt='instagram' height='40'\u003e](https://www.instagram.com/learnwithfair/) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/twitter.svg' alt='twitter' height='40'\u003e](https://www.twiter.com/learnwithfair/) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/youtube.svg' alt='YouTube' height='40'\u003e](https://www.youtube.com/@learnwithfair)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\n[youtube-shield]: https://img.shields.io/badge/-Youtube-black.svg?style=flat-square\u0026logo=youtube\u0026color=555\u0026logoColor=white\n[youtube-url]: https://youtube.com/@learnwithfair\n[facebook-shield]: https://img.shields.io/badge/-Facebook-black.svg?style=flat-square\u0026logo=facebook\u0026color=555\u0026logoColor=white\n[facebook-url]: https://facebook.com/learnwithfair\n[instagram-shield]: https://img.shields.io/badge/-Instagram-black.svg?style=flat-square\u0026logo=instagram\u0026color=555\u0026logoColor=white\n[instagram-url]: https://instagram.com/learnwithfair\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/company/learnwithfair\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnwithfair%2Fdbms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearnwithfair%2Fdbms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnwithfair%2Fdbms/lists"}