What is an index? What are the types of indexes? How many clustered indexes can be created on a table?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is sql keyword?

0 Answers  


What are the benefits of pl sql?

0 Answers  


How do I enable sql encryption?

0 Answers  


i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

0 Answers  


can we create index on index?

7 Answers   iFlex, Symphony,






what is 'mysqldump'? : Sql dba

0 Answers  


Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?

0 Answers  


Which is faster count (*) or count 1?

0 Answers  


What are local and global variables and their differences?

0 Answers  


What are crud methods?

0 Answers  


If a procedure within a package is invalidated whether the entire package will be invalid and has to be recompiled again?

2 Answers   IBM, TCS,


How to call shell script from pl sql procedure?

0 Answers  


Categories