几道关于数据库的题目,会的帮帮忙,急急急!~~

2024-12-27 21:58:04
推荐回答(1个)
回答1:

1.select count(*) as num from 表名 where 工资 >= 250 and 工资 <= 320

2.select count(*) as num from 表名 where 职位='工程师' and 性别='男'

3。select count(*) as num from 表名 where 婚否=1 and 民族='汉'