answersLogoWhite

0

in clusterd index the system will sort the row of a table whe there is a chage made to the index. Or in other word, when you use the cluster index, the rows in the table will be in the same order as that of the index. Cluster index controls the physical location of data.

Search results are quicker when records are retrieved by the cluster indexother indexes that use fields that are a part of the cluster index might use less data space
User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are some alternative methods for optimizing database rows to improve performance?

Some alternative methods for optimizing database rows to improve performance include indexing columns frequently used in queries, denormalizing data to reduce joins, using partitioning to manage large datasets, and optimizing queries by avoiding unnecessary operations.


What are the key concepts covered in the Fundamentals of Database Systems 7th Edition?

The key concepts covered in the Fundamentals of Database Systems 7th Edition include database design, normalization, SQL queries, transaction management, indexing, and data warehousing.


What is a codgers queries called?

A codger's queries would simply be called codger's queries.


What is queries?

Query is a statement which user gives in database.


How Search Engine?

The search engine has a three-step work mechanism. Crawl, fetch and index. When a website is available online, the search engine algorithms reach the website and analyze the website content, structure and other technicalities, that are crawling. Next, fetch. Fetch is a mechanism that search engines sort and arrange the analyzed website details and store in their backend database. Last is indexing. Indexing is the process of listing in search of matching queries in search by the user.


Does Google queries keywords have to be capitalized?

No. Queries do not need to be capitalized.


Delete queries are often run after queries have added those same records to history tables?

No, Delete queries are ran before the queries which adds the data to history table. This is to avoid duplicacy.


Queries questions can be made using this type of software?

Queries are done in a database.


Who discovered My SQL queries?

SQL King Ramachandran is father of MySQL Queries.


How does database management software interrogate a database?

Database management software interrogates a database by sending queries written in a specific database query language (e.g., SQL) to retrieve, update, and manipulate data. The software processes these queries to access the database and perform the requested operations efficiently. It uses mechanisms like query optimization and indexing to improve performance and ensure data integrity.


What are the advantages of using SQL rather than the Query Wizard?

The query wizard can only do a limited set of types of queries. There are some kinds of queries that it cannot create. Some kinds of queries can only be done in SQL. Union queries and data definition queries for example. It is more complicated to do queries in SQL, but you can do more powerful ones. The query wizard is just for simple queries or for getting a basic query which you can then enhance using the design grid or SQL.


Do queries store data?

No. Only your tables store data. Queries, Forms, Reports and Pages can just do things like display the data and manipulate it but, the data is always stored in the tables. When you run a query, open a report or a form, the data you see is ultimately coming from underlying tables. You can do queries on queries, or reports on queries or forms on queries but the original data always comes from the tables.