Windows 10 or Windows 11? What do you use personally? Which is better? I have tried 11. Now I am using 10 as I had to reset my pc, haven't upgraded to 11 yet. I am happy with windows 10 ✌️
5 replies1 like
Gitto Q Wesley
Stealth • 7m
Curious how did medial scrap linkedin data using url ? Was it using LinkedIn developer API or another tool ?
Windows 11 Start menu ads are now rolling out to everyone / Thankfully you can disable these app ‘recommendations’ very easily.
0 replies5 likes
Payal Manghnani
Stealth • 18d
Day 3: Filtering Data with WHERE
Guys, ready to take your SQL game up a notch?
Today, let’s talk about the WHERE clause—it’s your tool to filter data like a pro!
Here’s how it works:
SELECT name, age
FROM Students
WHERE age > 18;
🎯 This gi
See More
1 replies3 likes
Prince Yadav
Stealth • 8m
"Stacks in C++: Your trusty tool for managing data with LIFO (Last In, First Out) behavior. From undo functionality to expression evaluation, mastering the stack unlocks a world of efficient data manipulation! #cplusplus #datastructures #coding"
Code
See More
0 replies6 likes
SRI CHARAN REDDY
Stealth • 9m
Whatsapp Bans Android Users From Taking Screenshots Of Profile Pics
WhatsApp has introduced a new update that prevents users from taking screenshots of other users' profile pictures, enhancing privacy features. This update, not yet officially announ
See More
2 replies7 likes
Payal Manghnani
Stealth • 19d
Now, let’s kickstart our SQL journey with the SELECT statement!
SELECT is like the spotlight—it helps you pick and display specific data from a table.
Here’s a quick example:
SELECT name, age
FROM Students;
🎯 This fetches the name and age of a
See More
0 replies3 likes
Payal Manghnani
Stealth • 12d
Day 4: Sorting Data with ORDER BY
Hey guys, let’s make your SQL queries even more powerful with ORDER BY! This command helps you sort your results—either ascending (default) or descending.
Example:
SELECT name, age
FROM Students
ORDER BY age D
See More
0 replies1 like
Payal Manghnani
Stealth • 6m
How can developers benefit from using the vercel ai SDK ?
0 replies3 likes
Sidharth Bidikar
Stealth • 2m
What is the most efficient way to combine text from multiple cells into one cell without using the CONCATENATE function?
A) Using the TEXTJOIN function
B) Using the LEFT function
C) Using the SUBSTITUTE function
#excel #msexcel #dataanalyst #dataan