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 / 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 |
Is javascript based on c?
Is it possible to run using programming C for Java Application?
Describe newline escape sequence with a sample program?
Do you know what are bitwise shift operators in c programming?
What is meaning of tree
Why header files are used?
What are c header files?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What does void main () mean?
How would you write qsort?
What is structure padding and packing in c?