| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|
#1 (permalink) |
|
Moderator
Join Date: Apr 2006
Location: India
Posts: 1,733
Thanks: 2 Thanked 145 Times in 134 Posts Thanks: 2
Thanked 145 Times in 134 Posts
Rep Power: 31
|
Database Refreshment Contest 9
1)What are ACID properties ?
2)What are internal / external sorting/searching techniques ? 3)What are dense/sparse indexes ? 4)What is block anchoring ? 5)What is aggregation ?
__________________
Sree |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Mar 2006
Age: 24
Posts: 343
Thanks: 3 Thanked 12 Times in 12 Posts Thanks: 3
Thanked 12 Times in 12 Posts
Rep Power: 8
|
Re: Database Refreshment Contest 9
1)What are ACID properties ?
For any database to be certified as an RDBMS for a client/server environment a database has to satisfyACID properties which mean Atomicity Consistency isolation Durability
__________________
JSP,Oracle,SQL : http://mycodesnippetjsp.blogspot.com/ Complete List :http://www.blogger.com/profile/04567238067268200918 |
|
|
|
|
|
#3 (permalink) |
|
Junior Member
Join Date: Oct 2006
Posts: 6
Thanks: 0 Thanked 1 Times in 1 Posts Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 3
|
3. Dense Index: An index record appears for every search key value in the file.In dense clustering index,the index record contains the search key value and a ptr to the first data record with that serach key value.All other records with the same search key value would be stored sequentially after the first record,since the index is clustering one, records are sorted on the same search key.
Sparse Index: An index record appears for only some of the search kay values. Index record contains a search key value and a pointer to the first data record with that serch key value.To locate a record, v find the index entry with the largest search key value that is less than or equal to search key value for which v r looking.v start at the record pointed by that index entry , and follow the pointers in the file until v find the desired record. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Database Refreshment Contest 2 | vjsreevs | DATA STRUCTURES, C, C++, VC ++ | 1 | 17-10-06 02:47 AM |
| Database Refreshment Contest 1 | vjsreevs | DATA STRUCTURES, C, C++, VC ++ | 6 | 08-10-06 06:57 PM |
| Database Refreshment Contest 5 | vjsreevs | DATA STRUCTURES, C, C++, VC ++ | 5 | 24-08-06 05:59 PM |
| Database Refreshment Contest 3 | vjsreevs | DATA STRUCTURES, C, C++, VC ++ | 1 | 13-08-06 06:36 PM |
| Database Refreshment Contest 4 | vjsreevs | DATA STRUCTURES, C, C++, VC ++ | 1 | 08-08-06 11:31 AM |