├── README.md ├── Курсовая ├── scripts │ ├── clear.sql │ ├── create.sql │ ├── data.sql │ ├── drop.sql │ ├── indices.sql │ └── triggers.sql ├── Даталогическая модель.png ├── ИСБД КР.docx └── Инфологическая модель.png ├── Лабораторные ├── 1 │ ├── README.md │ ├── create.sql │ ├── inserts.sql │ ├── Датологическая модель.png │ ├── ИСБД ЛР #1.docx │ └── Инфологическая модель.png ├── 2 │ ├── README.md │ ├── udpate bd.sql │ ├── ИСБД ЛР #2.docx │ └── ИСБД ЛР #2.pdf ├── 3 │ ├── README.md │ ├── БД Учебный Процесс.pdf │ ├── ИСБД ЛР #3.docx │ └── ИСБД ЛР #3.pdf └── 4 │ ├── 1.png │ ├── 2.png │ ├── README.md │ ├── ИСБД ЛР #4.docx │ └── ИСБД ЛР #4.pdf ├── Лекции ├── 1.pdf ├── 2.pdf ├── 3.pdf ├── 4.pdf ├── 5.pdf ├── 6.pdf └── 7.pdf ├── Рубежки └── README.md └── Тесты ├── README.md └── Вводный тест.pdf /README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Курсовая/scripts/clear.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Курсовая/scripts/clear.sql -------------------------------------------------------------------------------- /Курсовая/scripts/create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Курсовая/scripts/create.sql -------------------------------------------------------------------------------- /Курсовая/scripts/data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Курсовая/scripts/data.sql -------------------------------------------------------------------------------- /Курсовая/scripts/drop.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Курсовая/scripts/drop.sql -------------------------------------------------------------------------------- /Курсовая/scripts/indices.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Курсовая/scripts/indices.sql -------------------------------------------------------------------------------- /Курсовая/scripts/triggers.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Курсовая/scripts/triggers.sql -------------------------------------------------------------------------------- /Курсовая/Даталогическая модель.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Курсовая/Даталогическая модель.png -------------------------------------------------------------------------------- /Курсовая/ИСБД КР.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Курсовая/ИСБД КР.docx -------------------------------------------------------------------------------- /Курсовая/Инфологическая модель.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Курсовая/Инфологическая модель.png -------------------------------------------------------------------------------- /Лабораторные/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/1/README.md -------------------------------------------------------------------------------- /Лабораторные/1/create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/1/create.sql -------------------------------------------------------------------------------- /Лабораторные/1/inserts.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/1/inserts.sql -------------------------------------------------------------------------------- /Лабораторные/1/Датологическая модель.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/1/Датологическая модель.png -------------------------------------------------------------------------------- /Лабораторные/1/ИСБД ЛР #1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/1/ИСБД ЛР #1.docx -------------------------------------------------------------------------------- /Лабораторные/1/Инфологическая модель.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/1/Инфологическая модель.png -------------------------------------------------------------------------------- /Лабораторные/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/2/README.md -------------------------------------------------------------------------------- /Лабораторные/2/udpate bd.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE laboratory DROP COLUMN abbreviation; -------------------------------------------------------------------------------- /Лабораторные/2/ИСБД ЛР #2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/2/ИСБД ЛР #2.docx -------------------------------------------------------------------------------- /Лабораторные/2/ИСБД ЛР #2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/2/ИСБД ЛР #2.pdf -------------------------------------------------------------------------------- /Лабораторные/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/3/README.md -------------------------------------------------------------------------------- /Лабораторные/3/БД Учебный Процесс.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/3/БД Учебный Процесс.pdf -------------------------------------------------------------------------------- /Лабораторные/3/ИСБД ЛР #3.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/3/ИСБД ЛР #3.docx -------------------------------------------------------------------------------- /Лабораторные/3/ИСБД ЛР #3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/3/ИСБД ЛР #3.pdf -------------------------------------------------------------------------------- /Лабораторные/4/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/4/1.png -------------------------------------------------------------------------------- /Лабораторные/4/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/4/2.png -------------------------------------------------------------------------------- /Лабораторные/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/4/README.md -------------------------------------------------------------------------------- /Лабораторные/4/ИСБД ЛР #4.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/4/ИСБД ЛР #4.docx -------------------------------------------------------------------------------- /Лабораторные/4/ИСБД ЛР #4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лабораторные/4/ИСБД ЛР #4.pdf -------------------------------------------------------------------------------- /Лекции/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лекции/1.pdf -------------------------------------------------------------------------------- /Лекции/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лекции/2.pdf -------------------------------------------------------------------------------- /Лекции/3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лекции/3.pdf -------------------------------------------------------------------------------- /Лекции/4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лекции/4.pdf -------------------------------------------------------------------------------- /Лекции/5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лекции/5.pdf -------------------------------------------------------------------------------- /Лекции/6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лекции/6.pdf -------------------------------------------------------------------------------- /Лекции/7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Лекции/7.pdf -------------------------------------------------------------------------------- /Рубежки/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Рубежки/README.md -------------------------------------------------------------------------------- /Тесты/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Тесты/Вводный тест.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexPoluyanov/Information-Systems-and-Databases/HEAD/Тесты/Вводный тест.pdf --------------------------------------------------------------------------------