Skip to content
View rswethashankar92's full-sized avatar
  • Bosch India
  • Bangalore

Block or report rswethashankar92

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. DataQuality DataQuality Public

    Map-Reduce Logic to Remove the Duplicates.

    Java 1

  2. RowCount RowCount Public

    Counters Concept to Perform Row Count in Map-Reduce.

    Java

  3. Problem_Statement_1 Problem_Statement_1 Public

    SELECT * FROM products WHERE store=2 (Map Reduce Code to Retrieve a particular field in a Table)

    Java

  4. Problem_Statement_2 Problem_Statement_2 Public

    SELECT brand FROM products WHERE price > 600 (Map reduce Code to Retrieve a Particular Field in table for a particular condition)

    Java

  5. Problem_Statement_3 Problem_Statement_3 Public

    SELECT MAX(price) FROM products (Map Reduce Code to display the Max Value of Price(Column Name) in a Table)

    Java

  6. Problem_Statement_4 Problem_Statement_4 Public

    SELECT 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