EN ENAME      CITY           SALARY        DNO JOIN_DATE
- ---------- ---------- ---------- ---------- ---------
E1 Ashim      Kolkata         10000          1
E2 Kamal      Mumbai          18000          2
E3 Tamal      Chennai          7000          1
E4 Asha       Kolkata          8000          2
E5 Timir      Delhi            7000          1
My attempt:
insert into table2(join_date) 
values('&date'); 
I know that update clause can be be used to update but at a time one row is possible
Are there any query such join_date column can be updated with a single query but for multiple rows?
 
     
     
    