anitha T
Can we Perform DML operations using joins only
By anitha T in SQL Server on Jun 08 2017
  • Rahul Borate
    Mar, 2018 15

    Did you mean Only Joins ? --Update using Joinupdate c set c.Fee=1000from [t_Course] c join [t_Mapping] mon c.course_name=m.course_namewhere m.stud_id=1-- Delete using join delete s from [t_Student] s join [t_Mapping] mon s.id=m.stud_idwhere m.stud_id=3

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS