if we have a column (Key) in a table. and values of that column is Key 1 1 1 2 2 3 3 4 4 5 5 5 and we want to show the data after query..like.. 1(3) 2(3) 3(2) 4(2) 5(3) how many times a single term comes..
17 18537How to get employee name from employee table which is the fiveth highest salary of the table
20 28629Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
5 15745Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
2672Post New Rolta Interview Questions
How can you add table view?
Explain nodetool utility.
Is microsoft access being discontinued?
What are different methods to trace the pl/sql code?
Are stored procedures compiled?
Why string is used in c?
What is the difference between sorted collection and ordered collection, which one is better?
how to write test cases for epos/pos testing.
Explain current ratio. What does it indicate?
Hi, IN oracle apps HRMS, if the employee changes his department, and when a conconurrent program is run for calulating the pay, The latest Dept id is not diaplayed, howeber the previous deptid is considered. Please can someone tell me where is the program going wrong, which side?
What is sql server programming?
What is a fixed deposit? (min and max periods for the same.)
How secure it is?
What is the use of string function asorti(string,[d])?
What are partitions in cassandra?