Computer Science, asked by harrygill2851, 10 months ago

Create view cust_view as select * from customer where type='a'; assuming there 10 customers with type='a', how many rows will be selected from this view after inserting 10 customers of type 'b' through this view?

Answers

Answered by bhumipant5
0

Answer:

please mark me as brain list

Similar questions