在新闻发布系统,新闻修改功能模块中,通过需要修改的新闻id,查询该条新闻的所有字段,其条件是( )。
A: Where id=’新闻id’
B: Where id=’*’
C: 无
D: Where id=新闻id
A: Where id=’新闻id’
B: Where id=’*’
C: 无
D: Where id=新闻id
举一反三
- 在新闻发布系统,新闻查看功能模块中,获取查看新闻的id,采用的是( )。 A: $_POST[ “名称”] B: $_GET[ “名称”] C: $POST[ “名称”] D: GET[ “名称”]
- 在显示新闻信息时,一般通过哪一项来唯一确定一条新闻 A: 新闻标题 B: 新闻ID C: 新闻内容 D: 新闻发布人
- 下面用于查询student表中id值在1,2,3范围内的记录的SQL语句是( )。 A: SELECT * FROM student WHERE id=1,2,3; B: SELECT * FROM student WHERE (id=1,id=2,id=3); C: SELECT * FROM student WHERE id in (1,2,3); D: SELECT * FROM student WHERE id in 1,2,3;
- 下列选项中与“where(id,price)=(3,1999)”功能相同的是( ) A: where id=3||price+1999 B: where id=3&&price=1999 C: where(id,price)<;>;(3,1999) D: 以上选项都不正确
- 写出条件查询“表1 里的字段1的id是多少”() A: select * from 表1 where字段1=“值” B: select id from 表1 where字段1=“值” C: select id from 字段1 where表1=“值” D: select id from 表1