I will recommend ur channel to my other mates. Damn ur explanation is so clear and precise that too in a short period of time. Really ur efforts means a lot ❣️
Watch my latest vdo... its on DQL and SELECT Command.. you can also have a look at DML vdo.. I have given a brief there, but I have explained your doubts in complete detail in my latest vdo on DQL.. Hope you are helped🙂
The DELETE command deletes one or more existing records from the table in the database. The DROP Command drops the complete table from the database. Source: scaler.com
In MySQL there's no method for BEFORE a column. But the same behaviour can be achieved by adding AFTER a column. To add a column_2 just after column_1: ALTER TABLE table_name ADD COLUMN column_2 VARCHAR(30) AFTER column_1; To add a column_1 at first in the table: ALTER TABLE table_name ADD column_1 VARCHAR(30) FIRST; Note: u can change VARCHAR to any data type of your choice! So be flexible in modifying the above syntaxes.
I've already shown the practical implementation after the theory part in all the videos. For more detailed concept, follow the SQL playlist on my channel. For SQL programming part, follow up the *Problem solving* videos on the playlist.
I made this tutorial keeping school students in mind, so i assumed that viewers has a book. If you are facing problems, I'll try to include the best notes for the concerned video. Thanks for your feedback!
I will recommend ur channel to my other mates. Damn ur explanation is so clear and precise that too in a short period of time. Really ur efforts means a lot ❣️
Thank you so much!🙂❤
As a newbie to SQL and coding, this is the best and clearest video I have ever watched so far. Thanks!
Thanks buddy😄
Your presentation is so clear and easy to understand. Thank you for the EXTRA study material I needed for class.
EXTRA GOOD.
You're very welcome!
hi im from malaysia.U explain better than my lecturer.I can understand DDL now.Thankyou so much brooo!
Glad to hear that buddy!
Wish you all the best!
THIS IS EXACTLY WHAT I NEEDED FOR ME TO GET A HOLD OF DATABASE BASICS. ❣
U r really better than my lecturer ❤️
😅thank you!
Your explanation is perfect for me ♥️
Happy to know that❤
Very clear explanation and easy to understand. This tutorial helped me alot. Big like
Thank you 😊
Mast hai content aur information keep it up👌🏻
Thanks bhai😊😊
Explanation is imagine sir.👍👍👍👌👌👌👌
🙂🙌
Excellent delivery!
Thanks man!
Thank you very much sir this video is very helpful for me🙂 nd your explanation is very best👍 I can understand DDL now.
🙌🙌😀❤
THIS VIDEO SAVED ME , THANKS ALOT : )
😄❤
Best explanatory videos.. Thank you so much!! :)
😃♥️
Your channel name is so amazing and also your teaching methods thanks
Thank you brother!
extraordinary teaching, keep going, make tutorials on java and c programming also
Yea sure! I'll surely plan on that!
Thank you so much!!
Hanastly understandable
❤
your flow is excellent bro....
Thanks for compliment buddy❤
Well explanation brother ☺️ tq
😄❤
Sir you teaching us very well thanks sir
Thank you so much for the compliment 😊💗
best video....thanku so much sir
😃🙂
This is really awesome.
Thanks😃
Your explanation is awesome... Subscribed ur channel with a lot of love and thnx🥰
Thank you!😊
Nice teaching I like you
Thankyou!
in my sql application we can create database in a large volume .sql is dbms and query language where we can do crud operations am i correct?
Dbms is the application that is used to do CRUD operations on databases.. sql is just a query language.. u can think it of as a way to use dbms..
Superb explanation bro
Thanks bro🤟
Thank you thank you so much.....😢
Thank you so much sir ☺️🤩
Most welcome!
Thank you bro♥️
😇
Thank u sir it's help me a lot
🙂❤
Thank you😁
Welcome😁
Thank you sir☺
😇
Clear
thank you 🙏💕
Most welcome buddy🤗❤
Retrieve all the records from table plz bata dijiye kaise command likhe ge plz 😥😥😥
Watch my latest vdo... its on DQL and SELECT Command.. you can also have a look at DML vdo.. I have given a brief there, but I have explained your doubts in complete detail in my latest vdo on DQL..
Hope you are helped🙂
Thanx u very much🔥🔥
U r most welcome🙂
And all the best for your exams if you are giving one.🙋♂️
10/10
Drop and Delete are different??
The DELETE command deletes one or more existing records from the table in the database. The DROP Command drops the complete table from the database.
Source: scaler.com
How to add column before another column ????
In MySQL there's no method for BEFORE a column.
But the same behaviour can be achieved by adding AFTER a column.
To add a column_2 just after column_1:
ALTER TABLE table_name ADD COLUMN column_2 VARCHAR(30) AFTER column_1;
To add a column_1 at first in the table:
ALTER TABLE table_name ADD column_1 VARCHAR(30) FIRST;
Note: u can change VARCHAR to any data type of your choice! So be flexible in modifying the above syntaxes.
@@EverythingComputerized thank you so much♥️
Sir can you make a program so that we can understand how syntax works
I've already shown the practical implementation after the theory part in all the videos.
For more detailed concept, follow the SQL playlist on my channel.
For SQL programming part, follow up the *Problem solving* videos on the playlist.
@@EverythingComputerized so sorry for this comment and you are really good mentor can you make videos on python
No need to be sorry buddy!
I'm planning on it.. it will be uploaded soon!
you should give the syntax notes after video
I made this tutorial keeping school students in mind, so i assumed that viewers has a book.
If you are facing problems, I'll try to include the best notes for the concerned video.
Thanks for your feedback!
@@EverythingComputerized thank you bro and you explained very nicely
Nice to hear that my efforts are fruitful!
Thank you so much for support❤❤