An open API service indexing awesome lists of open source software.

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

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.