Saved Bookmarks
| 1. |
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? |
| Answer» | |