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.
IBM,
2246I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
4 6680i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions
CGI,
4 7830when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
20421) What is dense ranking? 2) Difference between Substring and Instring? 3) Case and Decode? 4) Pseudo column? 5) View vs Materialized views? 6) SQl performance tuning?
2 7112how 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?
1 4381two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)
2 5059I have created one package with out procedures in package specification and in package body i have used 2 procedures. is it compile????
1 4769Post New Oracle General Questions
What do you understand by a database object?
How to pass parameters to procedures in oracle?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
Explain do view contain data?
Explain oracle’s server parameter file.
What are the built-in functions used for sending Parameters to forms ?
How to assign values to variables?
Explain the function of optimizer in oracle?
What is an oracle tablespace?
How to view existing locks on the database?
What is instant client oracle?
What is oracle rownum?
How to get maxsal , minsal, ename department wise in single query
What is the purpose of tables, private synonyms and public synonyms in Oracle?
What is the usage of analyze command in oracle?