|
The following is the list of topics that I plan to create. The ones with a * are not yet done. I will work on these as time permits.
These examlpes should run on your system. In most cases, you only need to copy and paste the code, and change the name of the database.
You should use the documentation to review the commands in these examples that you do not understand.
SQL COMMANDS YOU WILL NEED TO KNOW
Structured Query Language (SQL) is a language designed to enable you to operate on relational databases. Most of the databases today use SQL. With SQL you can INSERT UPDATE, DELETE, and SELECT rows (records). You can also CREATE tables, and DROP tables.
More here
|
|