What is a table index in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
emp numb is unique because that is primary key,,but what is foreign key .. explain very clear with example
How to delete a user account in oracle?
Explain the difference between a procedure and a function?
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
how to see the data (in unix) using dataset in datastage?
what are corelated subqueries
What is the difference between a user and a schema in oracle?
How to define default values for formal parameters?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
What are main difference between Stored Procedure and Functions.
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.