Dropping Tables
DROP TABLE <tablename>;
A specific example:
DROP TABLE cats;
Be careful with this command!
-- OUR FIRST RIGHT JOIN (seems the same as a left join?) SELECT * FROM customers RIGHT JOIN orders ON customers.id = orders.custom...
No comments:
Post a Comment