What is the sid in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
I have table-A(1,2,3,4,4,5,6,6,6,7). how to get all duplicate values?what is sql query?
Who i will insert 1 lacks record in a Database table
How to get a list of all background sessions in the database?
What are the Referential actions supported by FOREIGN KEY integrity constraint ?
What happens if variable names collide with table/column names?
What are main difference between Stored Procedure and Functions.
When system tablespace is created?
When do I need to use a semicolon vs a slash in oracle sql?
What are various constraints used in SQL?
How to create a single index for multiple columns?
What is a package ? What are the advantages of package ?