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

How many types of tables are there?

0 Answers  


How do you break a loop in pl sql?

0 Answers  


What is data profiling in sql?

0 Answers  


What does the acronym acid stand for in database management?

0 Answers  


what is the difference between nested subquery and correlated subquery?

0 Answers  






type type_name is table of varchar2(30) index by binary_integer for the above type you have to create a identifier... like identifier_name type_name; for the above type you can use the below methods..like first , last , prior, next , delege..etc...like this.. if you create a cursor...like cursor cursor_name is select * from scott.emp; is there any methods like above to use prior, fist , last , next , trim ,etc...

1 Answers   Satyam,


What are the types of records?

0 Answers  


What is exit statement?

0 Answers  


what is a unique key ? : Sql dba

0 Answers  


Can we insert data in view?

0 Answers  


what is sub-query? : Transact sql

0 Answers  


what is a constraint? Tell me about its various levels. : Sql dba

0 Answers  


Categories