Answers


Quiz

A1:

d

A2:

b

A3:

b

A4:

a

A5:

c


Exercises

A1:
 select name , replace(job, 'Programmer', 'Analyst/Programmer') from employee; 
A2:
 insert into department values (NULL, 'Property Services'); insert into employee values (NULL, 'Fred Smith', 'DBA', last_insert_id()); 
A3:
 select max(workdate) from assignment; 



MySQL Tutorial
MySQL Tutorial
ISBN: 0672325845
EAN: 2147483647
Year: 2003
Pages: 261

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net