Database Exercises
Project database
insert, update, delete
    Make Query which will
  1. Add below person to person table in database project
    firstname=Jim 
    lastname=Harrington
    city=HELSINKI 
    birthyear=1981 
    salary=42
    
  2. Update the city of above person to TURKU
  3. Delete above person



Toggle Menu