1. Projection view * If you want to display the part of data from single database table, it's better to create projection view. * Projection view is always involving single database table. * Fetching the data from view is faster than fetching the data from database table. Steps to create projection view. * Execute SE11. * Select the radio button view. * Provide the projection view name. * Click on create. * Select the radio button projection view. ...