سایت SQL مدرن
200, OK
https://modern-sql.com/ icon

Since 1999, SQL is not limited to the relational model anymore.
Back then ISO/IEC 9075 (the “SQL standard”) added arrays, objects and recursive queries. In the meanwhile the SQL standard has grown five times bigger than SQL-92. In other words: relational SQL is only about 20% of modern SQL.0 

سایت SQL مدرن
بررسی روش پردازش Joins در بانک‌های اطلاعاتی
200, OK
https://justinjaffray.com/joins-13-ways/ icon

A join is a lookup
A join is a nested loop over rows
A join is a nested loop over columns
A join is compatible alternate realities
A join is flatMap
A join is the solution to the N+1 problem
A join is paths through a graph
A join is a minimal model
A join is typechecking
A join is an operation in the Set monad
A join is the biggest acceptable relation
A join is a…join
A join is a ring product
 

بررسی روش پردازش Joins در بانک‌های اطلاعاتی
ابزارهایی برای مرور و یافتن مشکلات کدهای SQL
200, OK
https://dev.to/documatic/awesome-sql-code-review-tools-for-developers-50c4 icon

Awesome SQL Code Review Tools for Developers

Today we are going to look into some of the tools that can help you in reviewing SQL code. These tools will assist in a variety of domain that is related to SQL such as code analysis, formatting, refactoring, and code documentation. 

ابزارهایی برای مرور و یافتن مشکلات کدهای SQL
SQL Server 2022 قابلیت تهیه گزارش از کوئری‌های بد نوشته شده را دارد
200, OK
https://www.red-gate.com/simple-talk/databases/sql-server/performance-sql-server/sql-server-2022-capture-sql-anti-patterns/ icon
One of the new Extended Event available in SQL Server 2022 is the query_antipattern. This extended event allows to identify anti-patterns on the SQL queries sent to the server.  An anti-pattern in this case is some code that the SQL Server optimizer can’t do a great job optimizing the code (but cannot correct the issue automatically). 
SQL Server 2022 قابلیت تهیه گزارش از کوئری‌های بد نوشته شده را دارد