Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)



Display names and numbers of employees who have 5 years or more experience and salary less than Rs.1..

Answer / un educator

Select name ,sysdate - joindate as exp,salary from employer where sysdate -joindate=5 and salary <15000

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

write a progam to compare the string using switch case?

1 Answers  


What is the diffences between Windows XP and Windows Visa

1 Answers   Aricent, FHF,


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

0 Answers   Infosys,


Differentiate between the expression “++a” and “a++”?

0 Answers  


What do you mean by team??

5 Answers   Student,






Which is the best sort method for library management?

1 Answers   Microsoft,


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

0 Answers   Aspiring Minds,


What is the difference between typedef struct and struct?

0 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,


code for selection sort?

1 Answers  


why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?

1 Answers  


Categories