Create a table audit_log with columns: log_id (SERIAL), action (VARCHAR(50)), user_name (VARCHAR(100)), log_time (TIMESTAMP DEFAULT NOW()). Use random distribution DISTRIBUTED RANDOMLY.
Sign in to solve