Sql technical questions


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

Post New Answer

More SQL PLSQL Interview Questions

Can I join the same table twice?

0 Answers  


How do I find duplicates in sql?

0 Answers  


what is the difference between pragma exception_init and raise_application_error

1 Answers   Aetins, State Street,


There is a sequence with min value 100. I want to alter this sequence to min value as 101. If the table has already data in the sequence column as 100,101,102... Is it possible to do so ?

4 Answers   IBM,


What is trigger price?

0 Answers  






How to run sql statements through the web interface?

0 Answers  


What is package in pl sql?

0 Answers  


Why is normalization important?

0 Answers  


In a table i have columns A,B,C and i have a composite index on columns A,B if so will the following query uses index or not? SELECT sal,name FROM <table_name> WHERE A=<value> AND B=<value> AND C=<value>;

2 Answers   Mastek,


PL/SQL allocates memory for the variable's at runtime or at compile time

3 Answers  


Why cross join is used?

0 Answers  


What is a cursor ? Why Cursor is required ?

3 Answers  


Categories