Skip to content
BigDataBlogs

BigDataBlogs

  • Home
  • BigData
  • SQL
  • Python

Leetcode 182 Problem with SQL Schema and Solution

5 March 2024 by Souradeep Chatterjee

Problem : Write a SQL query to find all duplicate emails in a table named Person. +—-+———+ | Id | …

Read more

Leetcode 1587 Problem with SQL Schema and Solution

4 March 2024 by Souradeep Chatterjee

Problem : Table: Users +————–+———+ | Column Name | Type | +————–+———+ | account | int | | name | …

Read more

Leetcode 1699 Problem with SQL Schema and Solution

3 March 2024 by Souradeep Chatterjee

Problem : Table: Calls +————-+———+ | Column Name | Type | +————-+———+ | from_id | int | | to_id | …

Read more

Print Bottom Half Hollow Diamond Pattern with fixed alphabet symbol in every row in Python

14 December 2023 by Souradeep Chatterjee
Pattern

To print Bottom Half Hollow Diamond Pattern with fixed alphabet symbol in every row in Python Code: n = int(input(‘Enter …

Read more

Print Bottom Half Hollow Diamond Pattern with numbers in descending order in Python

14 December 2023 by Souradeep Chatterjee
Pattern

To print Bottom Half Hollow Diamond Pattern with numbers in descending order in Python Code: n = int(input(‘Enter n Value:’)) …

Read more

Print Bottom Half Hollow Diamond Pattern with alphabet symbols in reverse of dictionary order in Python

14 December 2023 by Souradeep Chatterjee
Pattern

To print Bottom Half Hollow Diamond Pattern with alphabet symbols in reverse of dictionary order in Python Code: n = …

Read more

Print Right Angle Triangle pattern with alphabet symbols in dictionary order in every row in Python

30 October 2023 by Souradeep Chatterjee
Pattern

To print Right Angle Triangle pattern with alphabet symbols in dictionary order in every row in Python Code: n = …

Read more

Print Right Angle Triangle pattern with digits in ascending order in every row in Python

30 October 2023 by Souradeep Chatterjee
Pattern

To print Right Angle Triangle pattern with digits in ascending order in every row in Python Code: n = int(input(‘Enter …

Read more

Print Right Angle Triangle pattern with fixed alphabet symbol in every row in Python

30 October 2023 by Souradeep Chatterjee
Pattern

To print Right Angle Triangle pattern with fixed alphabet symbol in every row in Python Code: n = int(input(‘Enter No …

Read more

Print Right Angle Triangle pattern with fixed digit in every row in Python

30 October 2023 by Souradeep Chatterjee
Pattern

To print Right Angle Triangle pattern with fixed digit in every row in Python Code: n = int(input(‘Enter No Of …

Read more

Older posts
Page1 Page2 … Page6 Next →

Recent Posts

  • Leetcode 182 Problem with SQL Schema and Solution
  • Leetcode 1587 Problem with SQL Schema and Solution
  • Leetcode 1699 Problem with SQL Schema and Solution
  • PatternPrint Bottom Half Hollow Diamond Pattern with fixed alphabet symbol in every row in Python
  • About
  • Contact
  • Disclaimer
  • Privacy
  • Terms
© 2025 BigDataBlogs , All Rights Reserved