Write a query to find the name of employees those who have
joined on Monday.(based on column hire_date)

Answer Posted / mohammad murtuza ali

select firstname,lastname from hire_date where
sdate='Monday'
(or)
select firstname,lastname from hire_date where
sdate='27022010'

Is This Answer Correct ?    8 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different schemas objects that can be created using pl/sql?

729


What trigger means?

730


What does a pl/sql package consist of?

721


What is before and after trigger?

691


tell me about various levels of constraint. : Sql dba

758






What is the use of index in sql?

763


what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba

765


what are the differences between require and include, include_once and require_once? : Sql dba

744


When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?

843


How to change sql*plus system settings?

721


What is the difference between a primary key and a clustered index?

697


Why do we use set serveroutput on?

691


give the syntax of grant and revoke commands? : Sql dba

805


Can I copy :old and :new pseudo-records in/to an oracle stored procedure?

871


What is restrict in sql?

740