InterviewSolution
| 1. |
How Can You Make The Sql Query To Be Based On A Specific Table Of Your Choice? |
|
Answer» The MSTR operates in such a WAY that the incoming queries and data retrievals are done from the table which has the LEAST logical size. Thus if we prefer a SPECIFIC table to be the center of activity then we should try to reduce the logical size of that specific table so that it becomes considerably lesser than the other TABLES. The MSTR operates in such a way that the incoming queries and data retrievals are done from the table which has the least logical size. Thus if we prefer a specific table to be the center of activity then we should try to reduce the logical size of that specific table so that it becomes considerably lesser than the other tables. |
|