We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://groverzhu.github.io/2019/01/21/%E6%95%B0%E6%8D%AE%E5%BA%93%E5%85%B3%E7%B3%BB%E4%BB%A3%E6%95%B0%E7%BB%83%E4%B9%A0/#more
现在有关系模式如下所示:1234Department(dNo,dName,officeRoom,homePage)Student(sNo,sName,sex,age,dNo)Course(cNo,cName,cPNo,credit,dNo)SC(sNo,cNo,score,recorddate) 一、基本查询 查询所有年龄小于18岁的男生姓名 \pi_{sname}(\sigma_{age3}
The text was updated successfully, but these errors were encountered:
哇,勇哥你居然还整理了这个,我现在看这个都一脸懵逼了
Sorry, something went wrong.
No branches or pull requests
https://groverzhu.github.io/2019/01/21/%E6%95%B0%E6%8D%AE%E5%BA%93%E5%85%B3%E7%B3%BB%E4%BB%A3%E6%95%B0%E7%BB%83%E4%B9%A0/#more
现在有关系模式如下所示:1234Department(dNo,dName,officeRoom,homePage)Student(sNo,sName,sex,age,dNo)Course(cNo,cName,cPNo,credit,dNo)SC(sNo,cNo,score,recorddate) 一、基本查询 查询所有年龄小于18岁的男生姓名 \pi_{sname}(\sigma_{age3}
The text was updated successfully, but these errors were encountered: