This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fsad/assignment3-databases/sql/setup-database.sql
AKP 51d1c5fbb5
Add assignment3 stuff
Signed-off-by: AKP <tom@tdpain.net>
2023-04-22 13:42:42 +01:00

2 lines
No EOL
89 B
SQL

CREATE ROLE fsad WITH LOGIN;
CREATE DATABASE assignment3_txp271 OWNER fsad ENCODING utf8;