DBMS Genealogy
Are PostgreSQL and Ingres related? What MariaDB, MySQL and Infobright have in common? What is the origin of Microsoft SQL[…]
Read moreDatabaseTips.Net – From SQL to database tuning; here you can find it all!
Are PostgreSQL and Ingres related? What MariaDB, MySQL and Infobright have in common? What is the origin of Microsoft SQL[…]
Read moreDuplicate data can be generated in the database due to design error, software bugs or misuse by end users. Depending[…]
Read moreNon-correlated subqueries (where the inner query does not have any column from the outer query tables) are usually implemented using[…]
Read morePython has become one of the most popular programming languages and is used in various contexts, including in WEB applications[…]
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 moreNo. In Oracle DBMS, ROWNUM and ROWID are pseudocolumns that can be accessed in SQL queries, but they aren’t the[…]
Read moreIn enterprise database systems, one may commonly find business events (e.g. sales, revenue, etc) associated to dates or months. In[…]
Read more