Types of indexes. What is the default key created when a
primary key is created in a table ?
Answer Posted / mahesh
Major indexes are B-tree and Bitmap indexes
When ever we create a primary key, B-tree index will be
created
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
how many ways we can we find the current date using mysql? : Sql dba
Which data dictionary views have the information on the triggers that are available in the database?
What is using in sql?
How exception is different from error?
How do you rename a table in sql?
Is sql developer case sensitive?
what is self join and what is the requirement of self join? : Sql dba
What is difference between hql and sql?
What is trigger point?
What is error ora-01000: maximum open cursors exceeded
What is where clause in sql?
Do stored procedures prevent sql injection?
How to run sql statements through the web interface?
What is Materialized View? In What Scenario we Use Materialized View?
Why truncate is faster than delete?