A statement is a string of characters that the database recognizes as a valid command.
CREATE TABLEcreates a new table.INSERT INTOadds a new row to a table.SELECTqueries data from a table.UPDATEedits a row in a table.ALTER TABLEchanges an existing table.DELETE FROMdeletes rows from a table
No comments:
Post a Comment