Its not about view or query .... rather it more relates to the use of the table in question. How the table is going to be accessed? Which columns will be used in joins? What type of queries are to be run on that table? And also other stats such as the table size, number of columns etc. are important.
Its not about view or query .... rather it more relates to the use of the table in question. How the table is going to be accessed? Which columns will be used in joins? What type of queries are to be run on that table? And also other stats such as the table size, number of columns etc. are important.
HTH!