Jul 24, 2024
SELECT * FROM table_name;
INSERT INTO table_name (column1, column2) VALUES (value1, value2);
Full transcript