SQL: 3 ways to find gaps and missing values
It is really common to have columns that stores sequences of numbers in database systems (specially in relational databases). Users[…]
Read moreDatabaseTips.Net – From SQL to database tuning; here you can find it all!
It is really common to have columns that stores sequences of numbers in database systems (specially in relational databases). Users[…]
Read moreTransaction management is a key functionality of database management systems (DBMS). Its main properties include Atomicity, Consistency, Isolation and Durability[…]
Read moreDuplicate data can be generated in the database due to design error, software bugs or misuse by end users. Depending[…]
Read moreLEAD and LAG are window functions that enable the simultaneous access to a table’s row and to other row related[…]
Read moreThere are a lot of options to use when testing for NULL values in SQL. One should use built-in functions[…]
Read moreIn most of application databases, we can find one or more numeric columns representing IDs or used as primary keys.[…]
Read moreLet’s take a look on how to send mail in Oracle DBMS using the UTL_SMTP package in a step-by-step basis:[…]
Read more