An SQL statement is a complete set of clauses which returns a value and ends with a semicolon(;)
A statement is made up of several clauses
Ex: select * from person where f_name='me';
In this ex ' select * from person where f_name='me';' is the statement and select*, from person, where f_name= are the clauses
Copyright © 2026 eLLeNow.com All Rights Reserved.