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

what is difference b/w extern & volatile variable??

6 Answers   Teleca,


what is the different bitween abap and abap-hr?

0 Answers   TCS,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

5 Answers   ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,


what is data structure.in linear and non linear data structures which one is better?Explain

3 Answers   Wipro,


What are static variables in c?

0 Answers  






Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx

4 Answers  


Why double pointer is used in c?

0 Answers  


How do you define a function?

0 Answers  


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  


write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


Explain the use of 'auto' keyword in c programming?

0 Answers  


What are qualifiers?

0 Answers  


Categories