Why is NoSQL faster than SQL?
October 20, 2022
SQL and NoSQL are different types of databases languages, they have their pros and their cons, but why is better to use one or the other one?
MiscellaneousNoSQLWhat is an aggregate function?
October 19, 2022
An aggregate function where the values are grouped together to form a single response. The more common SQL aggregate functions are SUM, COUNT, AVG, MIN and MAX.
Advanced SQLSQL TutorialsSQL tutorials for beginnersTransact-SQLHow to install OracleDB on Docker
October 17, 2022
I come up with this problem yesterday, Oracle is potentiating their cloud solutions so they are not making it that easy to install their star product on a testing environment.
PL/SQLSQL tutorials for beginners