A、updatescsetgrade=0wherescsno=studentsnoandsdept=’cs’
B、updatescsetgrade=0wheresnoin(selectsnofromstudentwheresdept=’cs’)
C、updategrade=0fromscwheresnoin(selectsnofromstudentwheresdept=’cs’)
D、updategrade=0fromscwheresdept=’cs’
A、%,下划线
B、?,*
C、》,>
D、》,>
SQL语言的数据操纵语句包括SELECT、INSERT、UPDATE和DELETE等,其中最重要的,也是使用最频繁的语句是
A、SELECT
B、INSERT
C、UPDATE
D、DELETE