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 find which rows of a table is updated on 2
days before?

Answer Posted / bikash khuntia

We can check that whether the table updated on 2 days
before or not as below:-

SELECT * FROM USER_TAB_MODIFICATIONS TB
WHERE TB.table_name='TABLE_NAME'
AND TO_CHAR(TIMESTAMP,'DD')<=2

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain select statements in sql?

1105


Determine if oracle date is on a weekend?

1087


How can we find duplicate records in a table?

991


What normalization means?

1014


Why we use pl sql?

1007


Can I create table without primary key?

1044


Enlist the characteristics of pl/sql?

1844


Is left join faster than inner join?

1168


What are inner and outer joins examples of both?

1009


What is coalesce in sql?

1130


Is inner join same as self join?

1166


Define tables and fields in a database

1176


What is the purpose of using pl/sql?

1189


What is a call statement? Explain with an example.

1069


What is compilation error in pl sql?

1023