Introduction - If you have any usage issues, please Google them yourself
sql statement- Go to statement functions- data manipulation SELECT- retrieve data from a database table rows and columns in the INSERT- add new data to the database table rows DELETE- delete data from a database table row UPDATE- update the database table data- data definition CREATE TABLE- create a database table DROP TABLE- remove from the database table ALTER TABLE- change the database table structure ____