Preferred Method—Creating One Table or View
SQL database servers read from one table and maintain one view more efficiently than they process multiple-table SELECT statements. Therefore, creating one table or view before you use SQL Interface greatly reduces the processing time required by SQL servers.