In SELECT statement you can filter with condition to get actual result. Using WHERE clause you will get the data from the table that you exactly need.
Here is sample sql for Filter Rows:
SELECT name, address FROM users WHERE state = 'AL';
For any types of queries, you can contact us on info[at]namasteui.com.