spark ✨

325 posts

spark ✨ banner
spark ✨

spark ✨

@SparkABrain

Python, SQL, DSA, ETL, Snowflake, Data warehouse

Katılım Ekim 2017
49 Takip Edilen552 Takipçiler
spark ✨
spark ✨@SparkABrain·
Explain core concepts?
spark ✨ tweet media
English
0
0
0
32
spark ✨
spark ✨@SparkABrain·
SQL Quiz ⚡️ What’s wrong with this SQL query? 👇 SELECT * FROM users WHERE email = NULL;
English
0
0
0
82
spark ✨
spark ✨@SparkABrain·
If you know the square of a number, suppose 𝟐𝟎² = 𝟒𝟎𝟎, then you can get the square of the next number i.e. of 𝟐𝟏, by adding the sum of these two numbers: 𝟒𝟎𝟎 + (𝟐𝟎) + (𝟐𝟏) = 𝟒𝟒𝟏.
spark ✨ tweet media
English
0
0
0
51
spark ✨
spark ✨@SparkABrain·
SELECT * FROM orders WHERE YEAR(order_date) = 2025; SELECT * FROM orders WHERE order_date >= '2025-01-01' AND order_date < '2026-01-01'; Which query is faster?
English
0
0
0
40
spark ✨
spark ✨@SparkABrain·
@Python_Dv If list multiplying with zero it will result in empty list []
English
0
0
0
262
Python Developer
Python Developer@PythonDvz·
🤔🚀 Comment your answers below! 👇
Python Developer tweet media
English
31
19
99
11.2K
spark ✨ retweetledi
Python Programming
Python Programming@PythonPr·
Dictionary Methods with Example
Python Programming tweet media
English
2
64
519
22.8K
spark ✨
spark ✨@SparkABrain·
Python quiz time
spark ✨ tweet media
English
3
0
1
873
spark ✨
spark ✨@SparkABrain·
Python vs pyspark
spark ✨ tweet media
Deutsch
0
0
0
86
spark ✨
spark ✨@SparkABrain·
Double Linked List: A "double linked list" is more powerful because each box knows both who came before it and who comes after it. This is why it's called "double" - it has two links. So, if you're at item 'B', you know 'A' was before you and 'C' is after you.
English
0
0
0
15
spark ✨
spark ✨@SparkABrain·
Single Linked List: In a "single linked list," each box knows only who comes after it. So, if you're at item 'B', you know item 'C' is next, but you have no idea who came before you (item 'A'). It's like a one-way street.
English
1
0
0
16
spark ✨
spark ✨@SparkABrain·
What is a Double Linked List? Imagine you have a list of items, like numbers or names, but they are not stored one after another in a fixed box. Instead, each item is in its own little box, and these boxes are connected to each other to form a chain.
English
1
0
0
225