Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Tbl
Create table tblproduct(p_id varchar(5),P_name varchar(50),Price int,quantity int) Insert into tblproduct values ('p1','hamam',10,50), ('p2','closeup',15,30) Create table tblbilling(billno int,date date,p_id varchar(5),quantity int, rate int,amount int) Create trigger tr_insert on sales After insert As Begin
run
|
edit
|
history
|
help
0
#Temp Table fill
how-to-assign-a-random-value-in-a-select-statement-in-sqlserver
tt
№3
Trabalho.Agrecação
Lunes
self join - SQL
Use the right tool to get identity values back after an insert
Student
BRYAN