![]() Related Questions Latest Answer : View: A view is a list of columns or a series of records retrieved from one or more existing tables, or as a combination of one or more views and one or more tables.Types of Views: a)
DataBase View b) Help View c) Projection View d) Maintenance ... Read Answers (6) | Asked by : chim What is the difference between a stored procedure and a view? why do we use views from SQL Server point of view? What are mutating triggers? How is the structure of a bit map index, clustered, Non clustered and B Tree What re mutating triggers? Can a stored procedure a record set? Can we use DTS on a client machine to schedule jobs and consolidate data to a sql tables? Can we have an update trigger within another update trigger? Latest Answer : There are restrictions on indexed views in SQL server such as the columns are not nullable. ... Read Answers (2) | Asked by : Ruchir Jain Latest Answer : Yes, we can update views. Point to remember is : Primary key of all the tables should be present in the view. IT can be a single table or can be 2 or more tables linked in a view. ... Read Answers (12) | Asked by : meenu Latest Answer : Other than those mentioned above the different indexes are1)ClusteredRequires the date to be sortedwe can create 1 clustered2)Non-Clustereddoesnt require the data to be sortedWe can create 249 non-clustered indexes ... Latest Answer : A Hash index stores key value pairs based on a pseudo randomizing function called hash functionA B+- Tree is a balanced tree whose leaves contain a sequence of key pointer pairs.- Use a hash index for point queries only. Use a B- Tree if multipoint ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||