文件名称:单表查询实验报告
文件大小:127KB
文件格式:DOC
更新时间:2016-06-11 12:20:14
SQL
单表查询 实验报告(1) 查询为工程J1供应零件的供应商号码SNO。 SQL语句如下: use ShiYan go select sno from SPJ where jno='j1' 结果为: (2) 查询为工程j1供应零件p1的供应商号码sno SQL语句如下: select sno from SPJ where jno='j1' and pno='p1'
文件名称:单表查询实验报告
文件大小:127KB
文件格式:DOC
更新时间:2016-06-11 12:20:14
SQL
单表查询 实验报告(1) 查询为工程J1供应零件的供应商号码SNO。 SQL语句如下: use ShiYan go select sno from SPJ where jno='j1' 结果为: (2) 查询为工程j1供应零件p1的供应商号码sno SQL语句如下: select sno from SPJ where jno='j1' and pno='p1'