https://github.com/diable201/databases
Course of DataBases FALL 2020
https://github.com/diable201/databases
database dbms postgresql
Last synced: 2 months ago
JSON representation
Course of DataBases FALL 2020
- Host: GitHub
- URL: https://github.com/diable201/databases
- Owner: diable201
- License: mit
- Created: 2020-09-15T09:51:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T15:15:01.000Z (over 5 years ago)
- Last Synced: 2025-03-11T04:32:46.596Z (over 1 year ago)
- Topics: database, dbms, postgresql
- Language: PLpgSQL
- Homepage:
- Size: 310 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Databases
## Intoduction to databases
A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS). Together, the data and the DBMS, along with the applications that are associated with them, are referred to as a database system, often shortened to just database.
Data within the most common types of databases in operation today is typically modeled in rows and columns in a series of tables to make processing and data querying efficient. The data can then be easily accessed, managed, modified, updated, controlled, and organized. Most databases use structured query language (SQL) for writing and querying data.
## About this repository
This repository contains all the code for the course "Databases" in the fall semester 2020 year in KBTU. This repository includes both the code from the lectures and the codes of labs and quizzes.
## License
This repository is released under the [MIT license](LICENSE.md). In short, this means you are free to use this software in any personal, open-source or commercial projects. Attribution is optional but appreciated.