Accounts table contains the following column
Account _ID Number(12) Not NULL, Primary Key
Credit_Limit Number(7)Not NULL
Prev_Balance Number(7,2)
New_Purchases Number(7,2)
Payments Number(7,2)
Finance_charge Number(7,2)
A view definition was created based on account table. this view allows user to insert and update records that can be queried by using view.
Which statements was used to create view