QUESTION

Text
Image


How to attempt questions: Question: Write an SQL query to find: The Title and Book_Desc of all the books that are written by the author named "Sam". Your output should contain 2 columns in the below mentioned order. \begin{tabular}{|c|l|} \hline Title & Book_Desc \\ \hline \end{tabular} There should be only one row for each book. You can view the database schema by clicking the View Schema tab at the bottom of the query window on the right-hand side of the screen. The same is also displayed below for quick reference.


There should be only one row for each book. You can view the database schema by clicking the View Schema tab at the bottom of the query window on the right-hand side of the screen. The same is also displayed below for quick reference.

Public Answer

8PEYTF The First Answerer