SESSION NAME: Views.
QUESTION NAME: Views - 4.
TABLE DESCRIPTION:
For example your registration number is
RA1511003010255 the create a view as
RA1511003010255_04.
The view should be created for items_ordered table for
the following fields:
1. item
2. price
After creating view for the above mentioned fields display
the view.
Hint:
1. Create a view with specified name.
2. After creating the view delete the lines in the code editor
3. Display the view (select * from viewname)
CODE:
select * from RA1931005040030_04;
0 Comments