SQL Shack (@sqlshack) 's Twitter Profile
SQL Shack

@sqlshack

SQL Shack is a new SQL server blog with articles about database auditing, server performance, data recovery and more

ID: 2340377418

linkhttp://www.sqlshack.com/ calendar_today12-02-2014 13:55:00

3,3K Tweet

4,4K Followers

1,1K Following

SQL Shack (@sqlshack) 's Twitter Profile Photo

See why #Postgres has attained and held the number-four spot in DB-Engines ranking since 2017, and gauge its fit for your own #database landscape in this blog post from Quest Software. 👉okt.to/9cjzBb

SQL Shack (@sqlshack) 's Twitter Profile Photo

While doing the #database migration you should take care of multiple things to do it successfully. Learn about the strategy and options to migrate the #Oracle database to the #Azure SQL database: sqlshack.com/migrating-orac…

SQL Shack (@sqlshack) 's Twitter Profile Photo

How to create a PostgreSQL stored procedure, and how to work with variables? Find out here:sqlshack.com/psql-stored-pr…

SQL Shack (@sqlshack) 's Twitter Profile Photo

The main difference between #SQL server and #PostgreSQL to create stored procedures are the dollar-quoting ($$), the use of semicolons (;) and the way to concatenate strings with variables. Learn how to create a PSQL stored procedure: sqlshack.com/psql-stored-pr…

SQL Shack (@sqlshack) 's Twitter Profile Photo

Transact-SQL is an extension of the #SQL that is used to manipulate and fetch data from the Microsoft SQL server. Take a look at sample SQL queries that can help you learn basic T-SQL queries as quickly as possible: sqlshack.com/sql-cheat-shee…

SQL Shack (@sqlshack) 's Twitter Profile Photo

Here is an overview of #MySQL Cluster suitable for both database beginners and professionals. Get a taste of how different components work together to form a system in the form of MySQL Cluster and the challenges it may face: sqlshack.com/mysql-cluster-…

SQL Shack (@sqlshack) 's Twitter Profile Photo

When an application grows the associated database grows automatically, so it needs to be scaled to a larger machine or server. Randheer Parmar explains scaling in #oracledatabase and the methods to implement scaling: sqlshack.com/understanding-…

SQL Shack (@sqlshack) 's Twitter Profile Photo

Manvendra Deo Singh compares the two most popular database products #postgresql vs #mysql, and explains the differences between them: sqlshack.com/postgresql-vs-…

SQL Shack (@sqlshack) 's Twitter Profile Photo

#Oracle #SQL database has several helpful functions, including the commonly used SUBSTR for string manipulation. Learn more about this function and its syntax, availability, and usage: sqlshack.com/understanding-…

SQL Shack (@sqlshack) 's Twitter Profile Photo

One of the common requirements for all #dataoperations is the ability to perform aggregation, which #mysql provides. Start with understanding the concept and dive into the process: sqlshack.com/mysql-group_co…

SQL Shack (@sqlshack) 's Twitter Profile Photo

#PostgreSQL is important to learn as it's the 4th most popular #database in the world. Daniel Calbimonte is sharing his expertise with newbies: sqlshack.com/postgresql-tut…

SQL Shack (@sqlshack) 's Twitter Profile Photo

The GROUP BY statement is used to group identical values from the specified column to get the desired output. Manvendra Deo Singh explains how to do a group by clause in your #SQL queries: sqlshack.com/how-to-do-a-gr…

SQL Shack (@sqlshack) 's Twitter Profile Photo

Gauri Mahajan shows how to calculate the standard deviation function manually as well as using the #sql standard deviation function: sqlshack.com/introduction-t…

SQL Shack (@sqlshack) 's Twitter Profile Photo

Understanding your organization's business needs and leveraging #MachineLearning through the import, manipulation, and export process is critical to achieving goals and objectives. Learn more: sqlshack.com/sql-machine-le……

SQL Shack (@sqlshack) 's Twitter Profile Photo

#database monitoring consists of a set of techniques and operations that aims to maintain the health and performance of a database management system. Learn the different methods for monitoring #mongodb #NoSQL databases: sqlshack.com/different-meth…

SQL Shack (@sqlshack) 's Twitter Profile Photo

Unit testing is a testing technique that allows us to the test functionality of the smallest and programmable part of the software. Learn the basics of #SQL unit testing and how to write a SQL unit test through the tSQLt framework: sqlshack.com/sql-unit-testi…

SQL Shack (@sqlshack) 's Twitter Profile Photo

Data Types are an important part of a database. Choosing the right data type for a table is one of the most important tasks because it determines the kind of data we want to store in a table. Here are #PostgreSQL Data Types with various examples: sqlshack.com/an-introductio…

SQL Shack (@sqlshack) 's Twitter Profile Photo

Developers widely use the data type “String” in MySQL for storing data as well as in different formatting operations. Learn more about “Substring” function to extract a substring from a string: sqlshack.com/mysql-substrin…