Register Now

By registering, you agree to the terms of service and Privacy Policy.

Login

Forget

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

x

Login

Forget

Register Now

It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways

Create an account
x
You can use WP menu builder to build menus
Ask a Question
0
  • Buy Your e-book
  • Contact Us
  • About Us
    • Pricing
    • Terms and Conditions
    • Cancellation/Refund Policy
    • PRIVACY POLICY

The Data Monk

  • Buy Your e-book
  • Contact Us
  • About Us
    • Pricing
    • Terms and Conditions
    • Cancellation/Refund Policy
    • PRIVACY POLICY

About Shreya Member

Shreya
  • Registered: June 4, 2020
  • Gender: Female

User Stats

  • Questions ( 0 )
  • Answers ( 23 )
  • Asked Questions ( 0 )
  • Posts ( 0 )
  • Comments ( 0 )
  • Best Answers ( 5 )
  1. String reversal

    Shreya
    Shreya Member
    0
    May 30, 2021 at 3:23 pm
    def reverse(my_string): return my_string[::-1] print(reverse
  2. making lists

    Shreya
    Shreya Member
    0
    May 30, 2021 at 3:04 pm
    shrubs = [x for x in data if x.find("Shrub") > 0] flowers
  3. Finding element from tuple

    Shreya
    Shreya Member
    1
    May 30, 2021 at 2:27 pm
    # Printing 3rd to 6th element print(my_tuple[2:6]);
  4. Alter dictionary

    Shreya
    Shreya Member
    1
    May 30, 2021 at 2:20 pm
    1. Use Update() to either update existing record or add new
  5. Deletion from dictionary

    Shreya
    Shreya Member
    0
    May 30, 2021 at 2:14 pm
    #pop() : Removes the element from dictionary with the specif
  6. Extract all the distinct email id domain from all the employee

    Shreya
    Shreya Member
    2
    June 17, 2020 at 4:14 pm
    Select Distinct(Substring(email,(charindex('@',email))+1)) F
  7. what is the difference between NVL and NVL2 functions?

    Shreya
    Shreya Member
    0
    June 17, 2020 at 4:08 pm
    A) NVL(source_value,value_when_source_is_null) : It evaluate
  8. SQL interview question | Conditional Query

    Shreya
    Shreya Member
    0
    June 17, 2020 at 3:53 pm
    Select Sex,Count(*) as No_employees From Employees Where DOB
  9. Find all the students who either are male or live in Mumbai ( have Mumbai as a part of their address).

    Shreya
    Shreya Member
    1
    June 17, 2020 at 3:46 pm
    Select name From students Where lower(gender) in ('male','m'
  10. VALUE AND REFERENCE

    Shreya
    Shreya Member
    1
    June 13, 2020 at 3:07 pm
    In python, there is no call by value or call by reference in
1 2 3

Products

  • Mentorship Program for Analytics interview 1 Month Analytics Mentorship Program ₹11500 Original price was: ₹11500.₹9999Current price is: ₹9999.
  • The Data Monk e-book bundle The Data Monk 23 e-book bundle ₹6900 Original price was: ₹6900.₹1999Current price is: ₹1999.
  • Most asked Analytics Interview Questions 2200 Most Asked Analytics Interview Questions ₹7999 Original price was: ₹7999.₹1999Current price is: ₹1999.
  • Analytics Interview Book Bundle Cover Page 10 Books to crack Analytics interview ₹2999 Original price was: ₹2999.₹999Current price is: ₹999.
  • Machine Learning Interview Questions Machine Learning 1200 Interview Questions ₹3600 Original price was: ₹3600.₹999Current price is: ₹999.
  • 30 Days Analytics Course 30 Days Analytics Course ₹1999 Original price was: ₹1999.₹999Current price is: ₹999.
  • Business Analyst Most Interview Questions 1250+ Business Analyst Most Interview Questions ₹1299 Original price was: ₹1299.₹899Current price is: ₹899.
  • Crack Any Data Analyst Interview with 1100 Questions Crack Any Data Analyst Interview with 1100 Questions ₹1999 Original price was: ₹1999.₹799Current price is: ₹799.
  • Ace The SQL Interview Ace The SQL Interview | 200+ Most Asked SQL Questions in Top Product Based Companies ₹1299 Original price was: ₹1299.₹799Current price is: ₹799.
  • 550 SQL Interview Questions to crack Any Analytics interview 550 SQL Interview Questions to crack Any Analytics interview ₹999 Original price was: ₹999.₹499Current price is: ₹499.
  • Crack your next Data Science interview with 300+ Questions Crack your next Data Science interview with 300+ Questions ₹499 Original price was: ₹499.₹299Current price is: ₹299.

Stats

  • Questions ( 1784 )
  • Answers ( 2722 )
  • Best Answers ( 92 )
  • Users ( 24990 )
Copyright 2020 Ask me | By 2code
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }