What is sql*plus?


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

Post New Answer

More SQL PLSQL Interview Questions

need to split a string into separate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.

2 Answers  


How to get employee name from employee table which is the fiveth highest salary of the table

20 Answers   Infosys, Rolta,


Explain the order of sql statement execution?

0 Answers  


What is use of term?

0 Answers  


How to display the records between two range in Oracle SQL Plus?

0 Answers   MCN Solutions,






What are the types of join in sql?

0 Answers  


State some properties of relational databases?

0 Answers  


How consistent is the view of the data between and within multiple sessions, transactions or statements ?

0 Answers  


What do you understand by pl/sql records?

0 Answers  


How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).

2 Answers   IBM,


What do you mean by dbms? What are its different types?

0 Answers  


Which command is used to call a stored procedure?

0 Answers  


Categories