Question: Given the table: CREATE TABLE hotel ( hid CHAR(4) PRIMARY KEY, name VARCHAR(295), town VARCHAR ( 255), UNIQUE (name, town) ); List the towns that


Given the table: CREATE TABLE hotel ( hid CHAR(4) PRIMARY KEY, name VARCHAR(295), town VARCHAR ( 255), UNIQUE (name, town) ); List the towns that have at least two hotels. FROM hotel COUNTO 1) >= 2; UPDATE SELECT LIST UNIQUE DISTINCT town hid name GROUP BY LEFT JOIN ORDER BY ALINIO GROUP BY LEFT JOIN ORDER BY HAVING JOIN HAVING SELECT WHERE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
