Fraud Blocker

How to define table size in MS SQL database

To determine the size of tables in a database hosted on Microsoft SQL Server, you need to perform the following steps:

1. Connect to a database ser…

Continue Reading

Oracle NULLIF function

Oracle/PLSQL NULLIF function compares expr1 and expr2. If expr1 and expr2 are equal, the function NULLIF returns NULL. Otherwise, it returns expr1….

Continue Reading

It does matter what the column order is in PostgreSQL.

Recently, I came across some really broad tables with hundreds of columns in a database that was not particularly well organized. Our PostgreSQL suppo…

Continue Reading

Oracle NVL2 function

Oracle/PLSQL NVL2 function extends the functionality of the NVL function. It replaces the value when a Null value is encountered and also when a non-N…

Continue Reading

Oracle ASCII function

    The Oracle/PLSQL ASCII function returns the numeric representation of the leftmost character of the string….

    Continue Reading

    Thank you, the form has been submitted.