Views and its types
Types of views 1) database view * A view created on two or more tables by clubbing the fields using inner join is called database view * We can only read the data. * We cannot do any maintenance operation. * A database view can include an entire table. business reqs-> develop a db view on mara ,makt tables to display matnr,mtart,mbrsh,meins,spars,maktx. Steps * Go se11. * Select view and give name as : zdbview1 * Click create button. ...