i have query that select data from 4 tables (Using Join)
can i make view that hold required data and select direct from it
hint: average # of rows in table is 34,000,000 row
so, Join or View which fast
can i make view that hold required data and select direct from it
hint: average # of rows in table is 34,000,000 row
so, Join or View which fast
Comment