Need help with SQL Queerrrrrrry
INSERT INTO table_states (state, code, country_code) VALUES ('Aberdeenshire','ABd','GB');
Ok if i want to drop this country would i make it look like this?
DROP table_states (state, code, country_code) VALUES ('Aberdeenshire','ABd','GB');
|