79117676

Date: 2024-10-23 11:21:55
Score: 0.5
Natty:
Report link

You need to write the SQL query in the correct syntax. Remove the parentheses and add as follows and the problem will be solved.

SELECT  *  FROM  Document  LEFT JOIN DocType ON  DocType.ID = Document.DocType;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mustafa