How can you tell the difference between an index and a view?


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

Post New Answer

More SQL PLSQL Interview Questions

What are the types of subqueries?

0 Answers  


What is PL/SQL table ?

6 Answers  


write a query to find 4th max salary

7 Answers  


How many types of database triggers can be specified on a table ? What are they ?

2 Answers  


What does seeding a database mean?

0 Answers  






What is union and union all keyword in sql?

0 Answers  


I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman

3 Answers   Satyam,


What is cursor in pl sql?

0 Answers  


how to convert numeric values to character strings? : Sql dba

0 Answers  


Is left join faster than inner join?

0 Answers  


Explain the working of foreign key?

0 Answers  


What are sql objects?

0 Answers  


Categories