Basic Commands
Select all entries
SELECT * FROM table_nameDelete tables
DROP TABLE GovFund;
DROP TABLE BasicInfo;Delete entries
DELETE FROM table_name WHERE condition;Last updated
Was this helpful?
SELECT * FROM table_nameDROP TABLE GovFund;
DROP TABLE BasicInfo;DELETE FROM table_name WHERE condition;Last updated
Was this helpful?