Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a query to find the employees from EMP table those who
have joined in Monday. (there is a column as hiredate which is
a date column i.e values are like 03-DEC-81)

Answer Posted / siva

Select* from emp where to_char(hiredate,'dy')='mon';

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between cursor declared in procedures and cursors declared in the package specification?

1225


Explain the components of sql?

1108


What are the disadvantages of not performing database normalization?

1217


How do I run a program in pl sql?

1055


What is the difference between stored procedure and view?

1066


how are mysql timestamps seen to a user? : Sql dba

1198


how can you create an empty table from an existing table? : Sql dba

1195


Do stored procedures prevent sql injection?

1015


What are types of indexes in sql?

1136


Is it possible to sort a column using a column alias?

1104


What is sql engine in oracle?

1040


What is a table partition?

1208


Enlist the data types that can be used in pl/sql?

1112


What is difference between stored function and application function?

1290


How do I run pl sql in sql developer?

1175