This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Req | |
sudo dnf -y update | |
sudo dnf install dnf-plugins-core -y | |
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm | |
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | |
sudo dnf install snapd | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CreateCourse */ | |
--Enter run command here | |
--@D:\Database\DB2\activity\script_files\CreateCourse.txt | |
CREATE OR REPLACE TYPE address_type AS OBJECT ( | |
street VARCHAR2(25), | |
city VARCHAR2(25), | |
country VARCHAR2(20) ); |