-
Junior Member
the Create View command
pl. Explain the create view command with example. Why use the Create view command.
-
Re: the Create View command
please read a good book for the concept of a view.
-
Expert Member
Re: the Create View command
The following link will help you to get basic idea about views
link
-
Junior Member
Re: the Create View command
create view view_name as
select * from table_name;
-
Sponsored Ads
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules