问题 更新时间2024/6/10 16:19:00 若要在GZ表中,选出职称为“工程师”的记录,并按年龄的降序排列,则实现的SQL语句为( )。·select from GZ for职称=工程师 order by 年龄/D·select from GZ where职称=工程师 order by 年龄 desc·select from * GZ where职称=’工程师’ order by 年龄 desc·select from * GZ where职称=’工程师’ order by 年龄 desc 答案 登录 注册 单选题·select from * GZ where职称=’工程师’ order by 年龄 desc 出自:青书学堂 >> 佳木斯大学语言治疗学