What is the difference between two queries: 1. SELECT * FROM table WHERE 1=1; 2. SELECT * FROM table
I am learning SQL Basics..So If my Answer is wrong Plz do reply to tht, In the First Query Where 1=1 implies Show all where The first coloum element is equal to 1 and second query show all from table