ACCENTURE SQL INTERVIEW QUESTION | Friends categories

Описание к видео ACCENTURE SQL INTERVIEW QUESTION | Friends categories

Join this channel to get access to perks:
   / @datasculptor2895  

Feedback: https://forms.gle/NQuCAy7p5a9wxW3LA

DROP TABLE IF EXISTS #Friends

CREATE TABLE #Friends
(
[Friend1] varchar(max),
[Friend2] varchar(max),
)


INSERT INTO #Friends
VALUES
('Robin' ,'Rahul'),
('Prithvi' ,'Rahul'),
('John' ,'Rahul'),
('Rahul','Robin' ),
('Rahul','Prithvi' ),
('Rahul','John' )

Playlists:
SQL Interview Questions:    • SQL Interview questions  
Recursive CTE:    • Recursive CTE  
PySpark Interview Questions:    • PySpark Interview Questions  
Power BI and DAX:    • Power BI and DAX  
Data Modeling:    • Data Modelling  
Generative AIs:    • Generative AIs  
Excel:    • Excel  
Cricket:    • Cricket  
SQL ADVANCED AGGREGATIONS:    • ADVANCED AGGREGATIONS SQL  



Follow me
Linkedin:   / data-sculptor-93a00b2a8  
Instagram:   / datasculptor2895  

Комментарии

Информация по комментариям в разработке