Wednesday, January 23, 2019

Sub Queries In SQL Server

Literally it is the nesting technique of one query within the other. If you make nested queries up to multiple levels then it will be a worst case scenario in your project which will affect the performance. Sub queries are also termed as Nested queries.

source https://www.c-sharpcorner.com/article/sub-queries-in-sql-server/

No comments:

Post a Comment