Skip to content
Ujjwal Gupta edited this page Oct 23, 2018 · 2 revisions
SELECT FROM table_name WHERE condition ;

e.g -

SELECT FROM Customers WHERE CustomerName='Alfreds Futterkiste';
Clone this wiki locally