Tutorials
Resources
Forum
Communities
Interview
Jobs
Projects
Offshore Development
Silverlight Tutorials
|
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Revenue Sharing
|
Prizes & Awards
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
sabeer masthan
(259)
amarababu nara...
(204)
Abraham Kuriak...
(104)
Last 7 Days
Deepika Harida...
(1268)
Pradeep Y
(1157)
amarababu nara...
(1031)
more...
New Feature:
Community Sites
:
Create your own .NET community website and start earning from Google AdSense !
It's Free !
INDEXING
Posted Date: 16 Jan 2008 Resource Type:
Definitions
Category:
General
Posted By:
Manjit Singh
Member Level:
Silver
Rating:
Points
: 4
INDEXES
Indexing a table is an ‘access strategy’, that is, a way to sort and search records in the table. Indexes are essential to improve the speed with which the record/s can be located and retrieved from the table.
· An index is a schema object
· Is used by oracle server to speed up the retrieval of rows by using a pointer
· Is independent of the table it indexes
· Is used and maintained automatically by the oracle server.
ADDRESS FIELD IN THE INDEX
The address field of an index is called ROWID. ROWID is an internal generated and maintained, binary value, which identifies a record. The information in the ROWID columns provides Oracle engine the location of the table and a specific record in the Oracle database.
The ROWID format used by the Oracle is as follows:
BBBBBBB.RRRR.FFFF
SYNTAX: -
CREATE INDEX index_name ON tablename(columnname);
EXAMPLE: -
SQL> CREATE INDEX client_name ON banking1 (name);
Index created.
Responses
No responses found. Be the first to respond and make money from
revenue sharing program
.
Feedbacks
Popular Tags
What are tags ?
Search Tags
Sign In
Indexing Definition
.
Indexing
.
Define Indexing
.
Post Feedback
This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must
Sign In
to post a response.
Next Resource:
What do you mean by HTML, XTHML, and XML
Previous Resource:
Interface
Return to Discussion Resource Index
Post New Resource
Category:
General
Post resources and
earn money
!
Related Resources
Nullable Types
What is a moniker?
Stored Procedure
VSTS
Indexers in C#
dotNet Slackers
BizTalk Adaptors
Web Design
it support
Contact Us
Privacy Policy
Terms Of Use