answersLogoWhite

0

What types of index data structures can you have?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

There are three types of index data structures: unique, non-unique, bitmap

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What types of index data structures can you have?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the permissible data types for an array index?

Integer (signed or unsigned)


What is structures and functions?

AnswerStructure Is an Collection Of Different Data Types.


What has the author Daniel F Stubbs written?

Daniel F. Stubbs has written: 'Data structures with abstract data types and Ada' -- subject(s): Abstract data types (Computer science), Ada (Computer program language), Data structures (Computer science)


Can tables only display one type of data at a time?

Not necessarily. A table of structures can store a variety of data types provided the structures themselves are of the same type.


What is the need for structure datatype?

A structure is not a data type. We use structures to define new data types (user-defined data types). If we didn't have the ability to create user-defined types we'd be limited solely to the built-in data types and arrays of those types.


What is datatype.Define various types of data types?

In c language data types are used to specify the tye of data.for ex:int a;It means "a" is a variable of type integer.There are two types of data types in c.They areprimary data typessecondary data typesprimary data types are the built in data types and secondary data types are the user defined data types.eg for primary data types are int,float,char,long,double..and for secondary are arrays,structures,pointers,unions..


Types of data used in programming?

Programmers have to declare various data types while coding in order to inform the computer how to handle them. The types include numbers, arrays, characters, booleans and structures.


What is index in sql?

Index is a data structure that improve the performance of data.


What are derived data types in the C language?

You seem to have lost your text book so I am giving you a link where you can study data types, including derived data types.


What is data structure?

The data structures are user defined data types specifically created for the manipulation of data in a predefined manner. Examples of data structures would be stacks,queues,trees,graphs and even arrays(also reffered as data structure)


What is the Pascal programming language data structure?

In Pascal, data structures are implemented with recorddata types. A record is synonymous with the structdata type in C, or the class data type in C++.


What is the fundamental difference between logical and physical data structures?

1) Logical data structures are structures that emphasize on data relationships and how data is related from the view of the user. 2) Physical data structures are data models that emphasize on the use of efficiently and effectively storing data in memory.