SQL Tutorial with Examples

Pages

▼
Wednesday, October 24, 2012

Comparing data (rows)in two tables in PL/SQL

›
Pl/sql code have Cursors that will fetch table and columns that you want to compare and it will Iterate through all tables in the local d...
3 comments:
Tuesday, October 23, 2012

Serial Number Related Query

›
This query will let us know the corresponding Sales Order number associated with a given serial number installed in Installed Base. -...

SQL tips

›
Re-usable SQL Queries useful in day-to-day scenario. COMMON QUERIES *************** SELECT instance_name FROM v$instance; ...
Monday, October 22, 2012

Advance SQL

›
The query that uses partition OVER PARTITION BY analytic function The below example shows the cumulative salary within a departement ...

Query to search Special character in word

›
The query looks for any special characters in column field (specially useful for password field) and reports it.   SELECT DISTINCT emp...
Sunday, October 21, 2012

Multi User session Kill in Oracle

›
To kill the inactive users login in Oracle from any schema in a database.If any unwanted transactions were kept withput roll back it will...
1 comment:
Monday, October 15, 2012

TABLE FINDER

›
Table_Finder is a procedure to find all the tables that are queried in a particular package or procedure. It takes Package name or procedur...
›
Home
View web version
Powered by Blogger.