How to define a sub function?
No Answer is Posted For this Question
Be the First to Post Answer
When do we use group by clause in a sql query?
What is a named program unit?
Explain self joins in oracle?
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.
What is meant by recursive hints ?
6. Display the client name and order date for all orders using the traditional method.
What is oracle rowcount?
How to remove a row in a database table?
How to drop a stored procedure in oracle?
What is the quickest way to fetch the data from a table?
write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?