# Blog

- [Why is NoSQL faster than SQL?](/why-is-nosql-faster-than-sql) — 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?
- [What is an aggregate function?](/what-is-an-aggregate-function) — 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.
- [Handling Strings in SQL Server](/handling-strings-in-sql-server) — “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?”
- [How to use Parameters in Stored Procedures?](/how-to-use-parameters-in-stored-procedures) — 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.
- [SQL vs NoSQL – What is the difference?](/sql-vs-nosql-what-is-the-difference) — 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?
- [How to Install SQL Server on Docker](/install-sql-server-in-docker-quick-guide) — 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!
- [How to Install SQL Server: Quick Guide](/sql-server-installation) — Want to Start learning SQL Server and don’t know where to start? Come and learn how to Install your first SQL Server here!
