Advertisement
tampurus

1 Basic command

Apr 19th, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.15 KB | None | 0 0
  1. select *from RAJESH
  2. insert into RAJESH values(1001,'Peyush','London')
  3. ALTER TABLE RAJESH add COMISSION varchar(20);
  4. update RAJESH set COMISSION = '12%';
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement