Place for Learn Software Engineering
Database, Design Patterns and More……

Most Recent Post

How to take Distinct Count in Oracle
The Oracle Count function returns only the number of records available for the attribute. But how to take a Distinct count in Oracle? COUNT ( [ DISTINCT | ALL ] Expression): Count is an aggregate function that counts the number …
DATABASE
Database-related stuff including Performance, Syntax, and More