The WHERE command

The WHERE command is used to specify specific entries to be selected, updated, or deleted:

SELECT * FROM table_name 
    WHERE column_name1= 'Terry Pratchett' 

This will SELECT any records where the column_name1 matches 'Terry Pratchett'.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.59.227.82