Cognizant SQL Interview Question | Extract the Domain from the Email Column in Employee Table

  Рет қаралды 1,554

Data Science Corner

Data Science Corner

Күн бұрын

Пікірлер: 8
@rohitconnect
@rohitconnect 6 ай бұрын
RIGHT(email,(len(email)-locate('@',domain))) should this work as well? i dont have Sever to test
@datasciencecorner
@datasciencecorner 6 ай бұрын
Will check and let you know
@monasanthosh9208
@monasanthosh9208 6 ай бұрын
Select *,concat(replace(Name," ","."),"@",domins) as email from domin;
@datasciencecorner
@datasciencecorner 2 ай бұрын
Great! Keep practicing :)
Learn SQL In 60 Minutes
56:24
Web Dev Simplified
Рет қаралды 2,2 МЛН
Querying 100 Billion Rows using SQL, 7 TB in a single table
9:07
Arpit Agrawal (Elastiq.AI)
Рет қаралды 59 М.
SQL Interview Question Asked in Tredence Analytics
15:27
Ankit Bansal
Рет қаралды 19 М.
How I Became a Data Analyst & Got a Job! (No CS Degree)
8:47
UST Global SQL Interview Question 2024 | Identifying Gaps in a Sequence
7:03
Learn 12 Basic SQL Concepts in 15 Minutes (project files included!)
16:48