【单选题】_____ is the most favorable payment term for the exporter.
C.
Cash against documents
【单选题】_______ is a very favorable payment term for the exporter.
C.
Cash against documents
【单选题】Regarding our good relationship, we will___accept your payment term.
【单选题】在数据库表employee中查找字段empid中以两个数字开头第三个字符是下画线”_"的所有记录,请问下列哪条语句是正确的( )
A.
select * from employee where empid like '[0-9][0-9]_%'
B.
select * from employee where empid like '[0-9][0-9]_[%]'
C.
select * from employee where empid like '[0-9]9[_]%'
D.
select * from employee where empid like '[0-9][0-9][_]'
【单选题】___ is the ideal payment term for the exporter.
A.
Cash against documents
【单选题】在数据库表employee中查找字段empid中以两个数字开头且第三个字符是下画线“_”所有记录。以下语句正确的是( )
A.
SELECT * FROM employee WHERE empid LIKE ‘[0-9][0-9]_%’
B.
SELECT * FROM employee WHERE empid LIKE ‘[0-9][0-9]_[%]’
C.
SELECT * FROM employee WHERE empid LIKE ‘[0-9]9[_]%’
D.
SELECT * FROM employee WHERE empid LIKE ‘[0-9][0-9][_]%’
【单选题】在数据库表employee中查找字段empid中以两个数字开头第三个字符是下画线“_”的所有记录。请选择以下正确的语句( )。
A.
SELECT * FROM employee WHERE empid LIKE '[0-9][0-9]_%'
B.
SELECT * FROM employee WHERE empid LIKE '[0-9][0-9]_[%]'
C.
SELECT * FROM employee WHERE empid LIKE '[0-9]9[_]%'
D.
SELECT * FROM employee WHERE empid LIKE '[0-9][0-9][_]%'