Open main menu

CDOT Wiki β

Changes

SRA840 Lab7

84 bytes added, 17:30, 11 April 2009
Milton
3. insert a few records into the table you created
insert into ''table_name'' values('milton');
4. select some of the records in the table you created
 
select name from ''table_name'';
4. select some of the records in the table you created
5. change some of the records into the table you created
 
 
 
6. delete records from the table you created