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)

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pass by reference in c?

617


What is bin sh c?

584


Who invented b language?

922


Tell us something about keyword 'auto'.

668


What is wild pointer in c?

611






Linked lists -- can you tell me how to check whether a linked list is circular?

648


what are the different storage classes in c?

662


What is calloc()?

631


What is a char c?

595


Why does the call char scanf work?

622


Explain spaghetti programming?

684


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5806


What is dynamic variable in c?

569


Explain what is the advantage of a random access file?

669


How can I recover the file name given an open stream or file descriptor?

600