Wednesday, November 24, 2021

SQL query Select with where, and, or Clauses.

 SELECT * FROM TEST1 WHERE ID=1 OR NAME='YASH1'

(Below is the table structure)




No comments:

Post a Comment