SQL - Part 12 - Using Between Operator with Text

preview_player
Показать описание
Join this channel to get access to perks:

In this video, I have explained and practically demonstrated using Between Operator with Text.
Рекомендации по теме
Комментарии
Автор

there's a mistake..It won't internally order..The displayed data is based on the first in first go order

POTLURUJYOTSNABEC
Автор

why we cannot use order by clause before where clause as i had used but it is showing error so any specific reason for that?

shreenashah
Автор

sir is this playlist enough to crack SQL interviews?

pravinsawant
Автор

hi bro thanks alot for your videos. its very very good for learning.i would like to share some good tips for videos ...when you explain and wrtie query your cursor moving up and down too much its relly annoying. ..it would be better if you show the data table at the corner. or side by side query window and data table window(split.) i guess it would be very grateful and your .

princeiv
Автор

sir in w3 sql is case sensitive when i am using the small letters i am not getting answer

atulverma
Автор

Need an update in notes (mentioned part 11 and missed 12)

rayberlin
Автор

After ascending country I couldn't get result between canada and finland

sayalisurve
Автор

select * from Customers where country Between 'canada' and 'finland';
when I write this code then output is show no results
why sir?

sumitkumargupta