A.or it will have to look elsewhere.
B.we’ve ever given before.
C.there are two hundred and sixteen thousand employees worldwide.
D.but I got nothing out of it.
第1题:
A、think...as
B、regard...as
C、believe...as
D、know...as
第2题:
I()reading novels()watching movies. I like my own imagination when I read them.
Awouldrather;than
Bprefer;to
Cprefer;than
第3题:
经常在店里看到discount。什么是discount?
A.折扣
B.衣服
C.裤子
D.裤子
第4题:
But the charge will be()and it also slows down delivery.
A. more valuable
B. cheaper
C. higher
第5题:
BookStore数据库中有图书表Book(BookCode, BookName, Author, PublisherCode, PublishTime,BookSort, ISBN, BookPicture, ContentInro, Price, Discount),其中 PublishTime是datetime类型。 将Book表中的所有“外语”类图书的价格降低10%,并将折扣均设为8折。SQL语句: UPDATE Book SET ________ Where BookSort ='外语'。
A.Price=Price*0.9, Discount=0.8
B.Price=Price*(1-10%), Discount=0.8
C.Price=0.9, Discount=0.8
D.Discount=0.8, Price=Price*0.9
第6题:
7、BookStore数据库中有图书表Book(BookCode, BookName, Author, PublisherCode, PublishTime,BookSort, ISBN, BookPicture, ContentInro, Price, Discount),其中 PublishTime是datetime类型。 将Book表中的所有“外语”类图书的价格降低10%,并将折扣均设为8折。SQL语句: UPDATE Book SET ________ Where BookSort ='外语'。
A.Price=Price*0.9, Discount=0.8
B.Price=Price*(1-10%), Discount=0.8
C.Price=0.9, Discount=0.8
D.Discount=0.8, Price=Price*0.9