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

pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


What is huge pointer in c?

0 Answers  


What is an array in c?

0 Answers  


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


Why is malloc used?

1 Answers  






What is array in C

0 Answers  


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


What are preprocessor directives in c?

0 Answers  


where do we use volatile keyword?

1 Answers  


What are predefined functions in c?

0 Answers  


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


Why header file is used in c?

0 Answers  


Categories