Home
This Week
Top Month
Top Alltime
Search
Register
FAQ
Submit Your Link
Please login to submit your Link
Working with Tables - Part I
Posted:
Sep/24/2009
By:
nikhil
Points:
15
Category:
MySQL
-
Query
Views:
98
Vote Up
(0)
Vote Down
(0)
Creating Tables
To create table we use the CREATE TABLE statement. The usual form of this statement is:
CREATE TABLE [IF NOT EXISTS] table_name(
column_list
) type=table_type
View Complete Post
Comments:
Be the first to comment this post.
Post Comment
Please login to post your comment
More Related Resources
Working with Tables - Part II
Altering Table Structures
Beside creating table, MySQL allows you to alter existing table structures with a lot of options. Here are the ALTER TABLE statement:
Categories:
.NET
Java
PHP
C/C++/VC++
HTML/XML
SAP
MainFrames
Data Warehousing
Testing
MySQL
SQL Server
Oracle
Javascript/VB Script
Others
Login
Forgot password
Contact Us
Terms Of use
Share your knowledge