What is sql*plus?
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.
How to get employee name from employee table which is the fiveth highest salary of the table
Explain the order of sql statement execution?
What is use of term?
How to display the records between two range in Oracle SQL Plus?
What are the types of join in sql?
State some properties of relational databases?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What do you understand by pl/sql records?
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).
What do you mean by dbms? What are its different types?
Which command is used to call a stored procedure?