If you want to know what the syntax of a "create view" statement is, then you ought to know that and I don't think anyone on this forum will help you with anything so basic.
If you have a specific problem with creating the view e.g. there is some complex processing you want to do in it, then we may be able to help you. You will need to give more details on what the view is doing and why you are having a problem creating it.
The question cannot be answered on the basis of the information you have given. We will need to know:
a) what tables the view based on and how they join together
b) which columns in the table(s) are required in the view and whether they are named differently in the view
c) any special processing that needs to take place
Bookmarks