currency VARCHAR(5) NOT NULL DEFAULT 'USD', CONSTRAINT fk_product FOREIGN KEY (product_code) REFERENCES dim_products(product_code), CONSTRAINT fk_customer FOREIGN KEY (customer_code) REFERENCES ...
CREATE TYPE "UserRole" AS ENUM ('STUDENT', 'INSTRUCTOR', 'MENTOR', 'ADMIN', 'SUPER_ADMIN'); CREATE TYPE "Difficulty" AS ENUM ('BEGINNER', 'INTERMEDIATE', 'ADVANCED ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results