MyITBlog.com - IT Professionals Online Journal
 
  Home  |   Site News  |   About Us  |   Privacy  |   FAQ  |   Contact   Add Blog Entry  |  Login  |  Register   
 My Account
Username
Password
Remember me
Lost Password?


 Categories


  HOME  >  Programming  >  DatabasePrint


0
Votes
MySQL Database Tutorials in Database   
by techguru on 13 Jan 2006, 17:45     Read techguru's Blog
Total Hits: 674    Comments: 0   

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  


 

Post Comment

Copyright © 2008 MyITBlog.com