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