What is the difference between translate and replace?
No Answer is Posted For this Question
Be the First to Post Answer
What is the parameter mode that can be passed to a procedure?
What does a Control file Contain ?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
How do we know whether an index is created on a table ???
Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the constraint ?
Differnce between view and index
Explain about your project and its relation to the current job position you are applying to?
Explain enable novalidate constraint.
Explain the use of grant option in exp command.
What is the difference between count (*), count (expression), count (distinct expression)?
Hi all, Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.