Candy Database Candy ( CandyType char(15), Cost dec(9,2), Colour char(10)) People ( PersonName char(20), Age smallint, Suburb char(20), PhoneNumber char(10)) Likes ( PersonName char(20), CandyType char(15)) Use the drop down lists to re-write the following query as a INNER JOIN. Select C.CandyType, Cost, PersonName From Candy C, Likes L Where C.CandyType = L.CandyType And PersonName like '%Peter%' Select C.CandyType, Cost, PersonName [ Select ] From Candy C INNER JOIN Likes L L Likes INNER JOIN C Candy From Candy C INNER JOIN Likes L INNER JOIN People P [ Select ] On C.CandyType = L.CandyType On C.CandyType = P.PersonName Where C.CandyType = L.CandyType [ Select ] Where PersonName like '%Peter%' And PersonName like '%Peter%' Having P.PersonName like '%Peter%'多重下拉选择题
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
SELECT the SQL statement that will list the first name, last name, city, and country where they work.
Select the SQL statement that will list the first_name, last_name and the name of the department they work for. Be sure to select the syntactically correct statement.
Question1.2 After performing a left join between a customer table and a transaction table, some transaction variables become missing. Which explanation is most appropriate? Binary variables cannot be merged Measures cannot be merged with dimensions Some customers have no matching transactions The dataset has been normalized ResetMaximum marks: 2
The following code is an example of a(n): SELECT Customer_T.CustomerID, Order_T.CustomerID, CustomerName, OrderID FROM Customer_T, Order_T WHERE Customer_T.CustomerID = Order_T. CustomerID;
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!