PostgreSQL - Advanced Features
Which of the following commands correctly defines an ENUM type called
priority with values 'low', 'medium', and 'high' in PostgreSQL?priority with values 'low', 'medium', and 'high' in PostgreSQL?CREATE TYPE name AS ENUM (values);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions