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-SQLHandling Strings in SQL Server
October 17, 2022
“How could I split a SQL field by a delimiter?”, “How could I get with the first word of a SQL field?”, “How could I get the first three letters of an SQL field?”
Advanced SQLSQL TutorialsSQL tutorials for beginnersTransact-SQLHow to use Parameters in Stored Procedures?
October 15, 2022
The Stored Procedures are an elegant way to store your code inside a SQL database. You can save your code and reuse it whenever you want to.
Advanced SQLPL/SQLSQL TutorialsTransact-SQLSQL vs NoSQL – What is the difference?
October 5, 2022
SQL and NoSQL have been in the market for a while now, but what are the real differences between each other? Why should we use one or the other?
Advanced SQLMiscellaneousNoSQLNoSQL TutorialsSQL IntegrationsHow to Install SQL Server on Docker
October 2, 2022
How to Install SQL Server on Docker SQL Server can be installed on Linux distributions, one of them is a Docker Containter. Let’s get started!
Advanced SQLSQL Installation manualSQL IntegrationsSQL TutorialsHow to Install SQL Server: Quick Guide
October 1, 2022
Want to Start learning SQL Server and don’t know where to start? Come and learn how to Install your first SQL Server here!
SQL Installation manualSQL tutorials for beginners