SQL Interview Query | How to find the closest matching string | best match | 2 methods

preview_player
Показать описание
Check out the complete list of SQL Query Interview Questions -

Please do not forget to like, subscribe and share.

For enrolling and enquiries, please contact us at
Рекомендации по теме
Комментарии
Автор

Soundex is a phonetic algorithm so two words that sound the same but spelled different will have the same code representation. So you can’t use it really to compare strings as smith and smyth will be the same even though are different

whitecrowuk
Автор

Some really interesting, less common approaches on this channel, or at least not too common around where I'm from, never seen any of that specifically or with that much detail throughout the years of spending time with sql stuff, nice channel in general, a well deserved sub :)

awakenedcodex
Автор

Thank you so much, God bless you more....my big problem is resolved by your video... Thanks again

tamoorkhan
Автор

Ummm, the Difference function automatically does the soundex function on the two parameters.

JasonDimmick
Автор

nice video. new subscriber. if we alias the difference column then we can use the aliased name instead of the whole difference formula in the order by.

achyugonu
Автор

Thanks
how can do that on hundreds numbers one time ?

ismsult
Автор

Can you please suggest we can use parameters in both query.

kalimishra
Автор

Very nice and wonderful . Greeting from Misr (Misr is the arabic name of Egypt)

ArabianHorse
Автор

Thank you very much sir. How can i download example data in video sir ?

anhhaopham
Автор

Nice video, Please do all kinds of logical operators in one sample query, with multiple tables.

prakashs
Автор

Select rivername, len(rivername) from table
Where rivername like '%nile%'
Order by len(rivername) asc;
Will this work??

educationcounselor
Автор

Soundex is a very simplistic check. Beware when using it on things like names as it takes no account of localised accents or pronunciation.

MiningForPies
Автор

Hello ma'am, this was a wonderful video, can you also please create a video on fuzzy matching in SQL

saurabhyadav-numj
Автор

Learnt something new, Thanks a lot :)

kingstonxavier
Автор

how to find yellow form c1 and c2 and c3 columns without using the max query?

ganeshtekkali
Автор

Hi How to create sql id with date and number date is changed numver start with 1

muralikrishnachowdarypolin
Автор

how to identify if the sentence contain Chinese string? And how to extract Chinese characters from the sentence?

ABCXYZ-kgik
Автор

Hi Mam, Outputs doesn't match... Can you clarify

adityaraopandrapagada
Автор

Why you are not using CHARINDEX function?

andy
Автор

Why not just order by length of river name...That would yield the same result.

namratawedding