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
Why do we use static in c?
Define recursion in c.
What is the general form of #line preprocessor?
Differentiate call by value and call by reference?
what do u mean by Direct access files? then can u explain about Direct Access Files?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Process by which one bit pattern in to another by bit wise operation is?
Why isn't it being handled properly?
Can you assign a different address to an array tag?
How can I get back to the interactive keyboard if stdin is redirected?
What is time complexity c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Wt are the Buses in C Language
What is call by reference in functions?