1.

How Can You Retrieve Unique Rows From A Table?

Answer»

I can do that by USING a DISTINCT keyword in my SQL QUERY. eg: SELECT DISTINCT * from PRODUCTS where product_category = ‘Electronics’;

I can do that by using a DISTINCT keyword in my sql query. eg: select DISTINCT * from products where product_category = ‘Electronics’;



Discussion

No Comment Found