mysql英语名词含义

correlated subquery(关联子查询,嵌套子查询)

In a SQL database query, a correlated subquery (also known as a synchronized subquery) is a subquery (a query nested inside another query) that uses values from the outer query. Because the subquery may be evaluated once for each row processed by the outer query, it can be inefficient.

猜你喜欢

转载自www.cnblogs.com/CreatorKou/p/8985787.html