SQL is a very powerfull language to retrieve/alter and remove information in and from a database.
The basic command like SELECT , INSERT INTO , DELETE
To show the definition of a table you’ll need to issue the command;
describe <table name>;
Posted on January 5th, 2010 by Robert
Filed under: SQL | No Comments »