Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
6 7440Suppose U install the oracle DB either enterprise edition or express edition in ur personal PC, Is there the Database has been created after ur installation if not then where the oracle's all objects with data be stored?
1 39691. How actually index will work ? 2. Why do people prefer mostly bitmap index and btree index in datawarehouse ? 3. If I use the column in aggrigate functions like max,min,count and avg and if I have a index created on that column, will it increases the performance ?
1 4687I 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.
2185src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
1691Post New IBM Oracle General Interview Questions
What is mvc in php laravel?
Which case the data to be stored in columnar storage?
How to create short keys in vb.net
What happens if strings are casted into wrong code pages in ms sql server?
How do you use a repeater in actionscript?
What is the difference between overriding and overloading in systemverilog?
Do you know what is lambda in python?
What is knowledge representation and reasoning?
What the difference is between execute, execute Query, execute Update?
Can you redefine a table online?
What is the use of rasp file?
What is difference between server and database?
What is tresurry bills ? how it works?
Define sql delete statement.
What is wrapper class html?