Sun Jul 15, 2012 1:08 pm
ALTER TABLE 'Department' CHANGE 'DepName' 'Name' varchar( 50 ) NOT NULL
ALTER TABLE 'Department' ADD UNIQUE ('Dep_id')
ALTER TABLE 'Department' CHANGE 'Dep_id' 'Dep_id' INT( 5 ) NOT NULL AUTO_INCREMENT
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.