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
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is keyword with example?
What are high level languages like C and FORTRAN also known as?
what are # pragma staments?
What are the types of arrays in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is a pragma?
What is the difference between malloc() and calloc()?
provide an example of the Group by clause, when would you use this clause
What is modifier & how many types of modifiers available in c?
What is strcpy() function?
What is the symbol indicated the c-preprocessor?
What is the maximum length of an identifier?
Explain how can I make sure that my program is the only one accessing a file?