Files
sql_advanced/lab2-8-test/task1.sql
T
Vitalii Litvinchuk 6deed0469a first commit
2026-05-04 23:15:09 +03:00

9 lines
639 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#################################################
################ Завдання 1 ###################
--------------------------------------------------
1. Створіть базу даних "Your_Name_L_L" де Your_Name - це Ваше прізвище_Імя.
2. Здійсніть відновлення даних у новостворуну базу з резервної
копії: https://drive.google.com/open?id=16J43U4Jx96n-A-nkEM-XYs2gD4_p34Bv&authuser=yuriy.kotsyuk%40oa.edu.ua&usp=drive_fs
3. Перегляньте структуру таблиць та їх вміст.
create database Litvinchuk_Vitalii_L_L;