题目
题目

2025FallDYN-T-SCM593-87040-87041-88901 Comprehensive Exam- Requires Respondus LockDown Browser

单项选择题

The relation is: Book(ISBN: string, Title: string, PublisherID: integer, Price: decimal) Which of the following queries returns the publisher ID of the book whose ISBN is "97836"?

选项
A.select ISBN from Book where PublisherID = 97836;
B.select PublisherID from Book where ISBN = '97836';
C.select PublisherID, ISBN = '97836' from Book;
D.return PublisherID from Book if ISBN = '97836';
查看解析

查看解析

标准答案
Please login to view
思路分析
The question asks for the SQL query that returns the publisher ID of the book whose ISBN is '97836'. Option 1: 'select ISBN from Book where PublisherID = 97836;' This asks for ISBN values where the PublisherID equals 97836. It retrieves the ISBN column, not t......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!