Popular repositories Loading
-
-
-
Problem_Statement_1
Problem_Statement_1 PublicSELECT * FROM products WHERE store=2 (Map Reduce Code to Retrieve a particular field in a Table)
Java
-
Problem_Statement_2
Problem_Statement_2 PublicSELECT brand FROM products WHERE price > 600 (Map reduce Code to Retrieve a Particular Field in table for a particular condition)
Java
-
Problem_Statement_3
Problem_Statement_3 PublicSELECT MAX(price) FROM products (Map Reduce Code to display the Max Value of Price(Column Name) in a Table)
Java
-
Problem_Statement_4
Problem_Statement_4 PublicSELECT UNIQ(store) FROM products WHERE in_stock=false (Map Reduce code to display the Unique values of Store(Column Name) in a Table when Stock(Column Name) is False)
Java
If the problem persists, check the GitHub status page or contact support.