Computer Science, asked by pushkaranand9097, 10 months ago

Insert all those records of table account into table pending where amt_outstanding is more than 1000

Answers

Answered by Anonymous
1

select record from table

whose amt_outstanding >1000

Similar questions