查询树的启发式优化(代数优化算法)

示例一

SELECT Student.Sname
FROM Student,SC 
WHERE Student.Sno=SC.Sno AND SC.Cno='2'

示例二

示例三

Last updated