Generative AI
23K subscribers
475 photos
2 videos
80 files
249 links
โœ… Welcome to Generative AI
๐Ÿ‘จโ€๐Ÿ’ป Join us to understand and use the tech
๐Ÿ‘ฉโ€๐Ÿ’ป Learn how to use Open AI & Chatgpt
๐Ÿค– The REAL No.1 AI Community

Admin: @coderfun
Download Telegram
Most Asked SQL Interview Questions at MAANG Companies๐Ÿ”ฅ๐Ÿ”ฅ

Preparing for an SQL Interview at MAANG Companies? Here are some crucial SQL Questions you should be ready to tackle:

1. How do you retrieve all columns from a table?

SELECT * FROM table_name;

2. What SQL statement is used to filter records?

SELECT * FROM table_name
WHERE condition;

The WHERE clause is used to filter records based on a specified condition.

3. How can you join multiple tables? Describe different types of JOINs.

SELECT columns
FROM table1
JOIN table2 ON table1.column = table2.column
JOIN table3 ON table2.column = table3.column;

Types of JOINs:

1. INNER JOIN: Returns records with matching values in both tables

SELECT * FROM table1
INNER JOIN table2 ON table1.column = table2.column;

2. LEFT JOIN: Returns all records from the left table & matched records from the right table. Unmatched records will have NULL values.

SELECT * FROM table1
LEFT JOIN table2 ON table1.column = table2.column;

3. RIGHT JOIN: Returns all records from the right table & matched records from the left table. Unmatched records will have NULL values.

SELECT * FROM table1
RIGHT JOIN table2 ON table1.column = table2.column;

4. FULL JOIN: Returns records when there is a match in either left or right table. Unmatched records will have NULL values.

SELECT * FROM table1
FULL JOIN table2 ON table1.column = table2.column;

4. What is the difference between WHERE & HAVING clauses?

WHERE: Filters records before any groupings are made.

SELECT * FROM table_name
WHERE condition;

HAVING: Filters records after groupings are made.

SELECT column, COUNT(*)
FROM table_name
GROUP BY column
HAVING COUNT(*) > value;

5. How do you calculate average, sum, minimum & maximum values in a column?

Average: SELECT AVG(column_name) FROM table_name;

Sum: SELECT SUM(column_name) FROM table_name;

Minimum: SELECT MIN(column_name) FROM table_name;

Maximum: SELECT MAX(column_name) FROM table_name;

Here you can find essential SQL Interview Resources๐Ÿ‘‡
https://t.me/mysqldata

Like this post if you need more ๐Ÿ‘โค๏ธ

Hope it helps :)
โค3
Forwarded from Artificial Intelligence
๐——๐—ฎ๐˜๐—ฎ ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ ๐—™๐—ฅ๐—˜๐—˜ ๐—ฅ๐—ผ๐—ฎ๐—ฑ๐—บ๐—ฎ๐—ฝ ,๐—–๐—ฒ๐—ฟ๐˜๐—ถ๐—ณ๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ,๐—ฃ๐—ฟ๐—ผ๐—ท๐—ฒ๐—ฐ๐˜๐˜€ & ๐—œ๐—ป๐˜๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฒ๐˜„ ๐—š๐˜‚๐—ถ๐—ฑ๐—ฒ๐Ÿ˜

Roadmap:- https://pdlink.in/41c1Kei

Certifications:- https://pdlink.in/3Fq7E4p

Projects:- https://pdlink.in/3ZkXetO

Interview Q/A :- https://pdlink.in/4jLOJ2a

Enroll For FREE & Become a Certified Data Analyst In 2025๐ŸŽ“
โค1
MACHINE LEARNING EXPERT IN NINE STEPS
โค3๐Ÿ‘1
Forwarded from Artificial Intelligence
๐—œ๐—ป๐—ฑ๐˜‚๐˜€๐˜๐—ฟ๐˜† ๐—”๐—ฝ๐—ฝ๐—ฟ๐—ผ๐˜ƒ๐—ฒ๐—ฑ ๐—™๐—ฅ๐—˜๐—˜ ๐—–๐—ฒ๐—ฟ๐˜๐—ถ๐—ณ๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐Ÿ˜

Whether youโ€™re interested in AI, Data Analytics, Cybersecurity, or Cloud Computing, thereโ€™s something here for everyone.

โœ… 100% Free Courses
โœ… Govt. Incentives on Completion
โœ… Self-paced Learning
โœ… Certificates to Showcase on LinkedIn & Resume
โœ… Mock Assessments to Test Your Skills

๐‹๐ข๐ง๐ค ๐Ÿ‘‡:- 

https://pdlink.in/447coEk

Enroll for FREE & Get Certified ๐ŸŽ“
๐Ÿ‘Ž1
List Slicing in Python ๐Ÿ‘†
โค4
๐—ง๐—ผ๐—ฝ ๐—–๐—ผ๐—บ๐—ฝ๐—ฎ๐—ป๐—ถ๐—ฒ๐˜€ & ๐—Ÿ๐—ฒ๐—ฎ๐—ฑ๐—ถ๐—ป๐—ด ๐—–๐—ผ๐—บ๐—ฝ๐—ฎ๐—ป๐—ถ๐—ฒ๐˜€ ๐—ข๐—ณ๐—ณ๐—ฒ๐—ฟ๐—ถ๐—ป๐—ด ๐—™๐—ฅ๐—˜๐—˜ ๐—–๐—ฒ๐—ฟ๐˜๐—ถ๐—ณ๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—–๐—ผ๐˜‚๐—ฟ๐˜€๐—ฒ๐˜€ ๐Ÿ˜

Harward :- https://pdlink.in/4kmYOn1

MIT :- https://pdlink.in/45cvR95

HP :- https://pdlink.in/45ci02k

Google :- https://pdlink.in/3YsujTV

Microsoft :- https://pdlink.in/441GCKF

Standford :- https://pdlink.in/3ThPwNw

IIM :- https://pdlink.in/4nfXDrV

Enroll for FREE & Get Certified ๐ŸŽ“
โค1
๐Ÿง  ChatGPT For Programming
โค1