why should i declare foreign key constraint as self relation
instead of binary relation in tables ?
No Answer is Posted For this Question
Be the First to Post Answer
what is reindexing?
Explain oracle insert into command?
How to use values from other tables in update statements using oracle?
What is an oracle database?
What is oracle in java?
How are the index updates?
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep
how to get last monday of a month?
What is Database Link ?
How a database is related to tablespaces?
how to get required data from oracle source is like this ram_05_seetha lax_05_viswa bamr05frummy run_01_away sw_sas_trim i want my target data like ram_05_seetha lax_05_viswa to get data using %_05_% but it will give ram_05_seetha lax_05_viswa bamr05frummy how can i get my target data?
I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!