Recent Feedback
when writing SQL code, what are the minimum clauses that the statement must have:a.Select & Fromb.Select onlyc.Select, From and Whered.There are no required clauses in SQL code
HiCustomerThank you for the question. The minimum clauses that a SQL statement must have is select, and from, so your answer is A.You can all data from a table using this statement, and as you will notice, you do not need the "Where" clause unless you are narrowing your search.select * from tablePlease let me know if you have any questions and I will be happy to assist further. Thanks again,
Experience: Software Engineer and Support Professional