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


Please Help Members By Posting Answers For Below Questions

What is c programing language?

612


The file stdio.h, what does it contain?

663


Where are c variables stored in memory?

592


Why do we use null pointer?

601


What are unions in c?

572






What is the need of structure in c?

562


What are structural members?

564


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

645


How can I direct output to the printer?

808


What are the different types of endless loops?

615


How do you determine the length of a string value that was stored in a variable?

647


Write a factorial program using C.

637


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

754


What standard functions are available to manipulate strings?

556


How do you print an address?

738