第1题:
第2题:
The author of the book lived in ().
Athe early 30
Bthe early 30’s
Cearly 30
Dearlier 30’s
第3题:
BookStore数据库中有图书表Book(BookCode,BookName,Author,PublisherCode,PublishTime查询作者名长度大于等于8的图书信息,显示书名(BookName)及作者(Author)。SQL语句:SELECTBookName,AuthorFROMBookWHERELenth(Author)=8
第4题:
BookStore数据库中有图书表Book(BookCode,BookName,Author,PublisherCode,PublishTime,PublishTime是datetime类型。查询Book表中的图书类别(BookSort),要求每个类别只显示一次。SQL语句:SELECT()BookSort FROM Book
第5题:
BookStore数据库中有图书表Book(BookCode,BookName,Author,PublisherCode,PublishTime查询图书名称(BookName)含有“程序”的图书信息。SQL语句:SELECTBookCode,BookName,Author,Price,DiscountFROMBookWHEREName=“%程序%”
第6题:
表book中包含三个字段:title(varchar),author(varchar),price(float)。Author的默认值是’UNKNOW’,执行sql语句:insertbook(title,price)values(‘jsp’,50)。以下结果正确的是()。
第7题:
venture
abstract
verify
index
第8题:
DISTINCT
ONLY
ONE
PERCENT
第9题:
插入失败,sql语句有错
插入成功,author列的数据是UNKNOW
插入成功,author列的数据是NULL
插入成功,author列的数据是50
第10题:
The author’s experience in family business operation.
The lists of helpful information offered by the author.
The advice on skills in selling made by some business owners.
第11题:
Price=Price*0.9,Discount=0.8
Price=Price*(1-10%),Discount=0.8
Price=0.9,Discount=0.8
Discount=0.8,Price=Price*0.9
第12题:
(As it is now)
Mike Reynolds, the author of The New Girl, spoke at our school about his book, in which he describes how he portrayed a woman for six weeks.
Mike Reynolds, the author of The New Girl, came to our school and told us about his book, where he portrayed a woman for six weeks.
The author of The New Girl, Mike Reynolds came to our school to speak, in it he portrayed a woman for six weeks,
The author of The New Girl, Mike Reynolds, spoke at our school about his book, that portrays a woman for six weeks.
第13题:
第14题:
The author of the book lived in ().
第15题:
阅读下面XML文档,然后判断下列说法正确的是()。 <book> <author>tom</author> <bookcode>12</bookcode> </book>
第16题:
BookStore数据库中有图书Book(BookCode,BookName,Author,PublisherCode,PublishTimePublishTime是datetime类型。查询2009年出版的少儿类图书,要求显示图书名称(BookName)、作者(Author)、出版时间(PublishTime)、价格(Price)和折扣(Discount),并且字段标题分别为图书名称、作者、内容简介、价格和折扣。SQL语句SELECTBookNameAs图书名称,AuthorAs作者,convert(char(10),PublishTime,120)As出版时间,PriceAs价格,DiscountAs折扣FROMBookWHEREBookSort=‘少儿’AND()
第17题:
XPath是表示XML文档的节点路径,book/@isbn表示
第18题:
关于SQL语句“SELECTAuthor,BookName,ID,ISBN,Price FROM book ORDER BY ID DESC”的说法错误的是()。
第19题:
depressing
frightening
delighting
idealistic
第20题:
对
错
第21题:
it was not convenient on the plane.
the author of the book had made them.
he borrowed the book from others.
第22题:
the early 30
the early 30’s
early 30
earlier 30’s
第23题:
对
错