Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …
Original source
Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …
Original source
45 responses to “MySQL Database Tutorial – 32 – Views”
I really enjoyed this video, it taught me something new that I can really use for my project. Your videos seem to be the only ones here on YouTube that have some quality to it. There's one that I miss in your playlist: triggers. I don't know if you cover that subject in a different video, but I really don't have the time to sift through 33 videos 🙂
Thank you so much for these tutorials Bucky, you literally saved me from failing a class
Thank you for this video! I was so confused on how to create views but you explained it perfectly. Basically just put "CREATE VIEW" before the sql you want lol
1 more vid and the tutorial is finished!! Awsome tutorial man!!
thanks so much Bucky and greetings from Serbia!
very helpful thank you!!
wheres the 10 buckyy
when will you publish next 10 video
this video helped me crack Amdocs interview
nice tutorial
@thenewboston, do you have a tutorials for Personal Message PHP function ?
the best part of it is it is straight from the the brain to the brain easy easy , you are the best teacher .
Nice tutorial! very clear and easy to follow.
Excellent Explanation…
am i the only one who got distracted at 6:34
View seems really helpful!!
To previous sub-query video:
CREATE VIEW sel AS SELECT * FROM items WHERE name REGEXP('frogs')
SELECT * FROM sel WHERE cost = (SELECT min(cost) FROM sel)
step 1: narrow down to a view of sellers who sell frogs
step 2: get related information with min(cost) from that view
Aw sweet concept, glad I browsed this list of tutorials
bucky, what's with the noise in the background?
best video on youtube thank's
I am really enjoying your SQL videos man. Free education is always good. Thanx for sharing your knowledge.
nice video 🙂
I loved your videos. but
you have not introduced INDEXES.. its one of the important part of mysql. it will be great if you add that too.
bucky you are the man for these tuts, did all in one day, thx!
Thanks alot again bucky! 🙂
Can I deal with this view table in php coding ?
Yeah. But what about next promised 10 tutorials ?
BUCKY FOREVAAA!!
If you edit a view also the table is edited?
Thank you Sir..i loved your video
All tutorials very useable Thank you
wow buky u r just amazing i saw all of ur tutorial what a kind person u r!!!!!!!
Bidded is a funny word
clear tutorial. make me grasp the basic ideas fast
Thanks Bucky. I'll buy your whole stock of boxes of frogs any time.
Thank you!
highest bid: gym socks
Thank you !!!
Bucky, please give out credible degrees to people who watch your tutorials so we don't have to go to college.
Bucky is a hero !
Excellent tutorial,well explained.
Bucky please do an intermediate level of MYSQL tutorials!!!!!
this tutorial is really helpful for beginners … I really appreciate your work ..
Great tutorial, clear and informative!
SO true alot of these tuts, help me more than some courses lol
hey I just wanna share what I discovered, whenever you want to delete or rename view, instead of using TABLE e.g. DELETE TABLE bacon, use DELETE VIEW mailing… 😀