Пікірлер
@Karrr1245
@Karrr1245 4 сағат бұрын
Thank you for the video . One qq why did u write c. and 0.
@MuhammadUmairShaykh
@MuhammadUmairShaykh 14 сағат бұрын
If we have multiple columns in 1nf then
@MuhammadUmairShaykh
@MuhammadUmairShaykh 14 сағат бұрын
Good bouy
@MuhammadUmairShaykh
@MuhammadUmairShaykh 15 сағат бұрын
Good bouy
@mounikamullapudi5518
@mounikamullapudi5518 Күн бұрын
We can use sum () window function also ryt?
@vishalp2.0
@vishalp2.0 Күн бұрын
We use MySQL in our project but we use sequelize orm tool to connect it and sequelize query is different than SQL query in future if interviewer tell me to write SQL query what I can do at that time.
@crackconcepts
@crackconcepts Күн бұрын
Interviewers do not really care about the syntax but rather the logic you will be using. So you shouldn’t worry about this
@vishalp2.0
@vishalp2.0 Күн бұрын
​@@crackconceptsokay thanks 👍
@ismaeladriannnn
@ismaeladriannnn 2 күн бұрын
Hi, I am using the hr schema and trying to run this query but the update is not wroking. Could you please help me know what's wrong? Thansk a lot DECLARE v_salary number(8,2):= 250000; BEGIN FOR i in (select * from departments where manager_id = 145) LOOP UPDATE employees SET salary = v_salary where manager_id = i.department_id; COMMIT; END LOOP; END;
@febrien270
@febrien270 2 күн бұрын
Thanks for the tutorial you save my life from the deadline
@bhagyasree9136
@bhagyasree9136 2 күн бұрын
great explanation👌
@lfz1570
@lfz1570 3 күн бұрын
Thank you very much for sharing! Your explain is much better than my professor. It is very helpful for me to understand Alpha-beta pruning. I think the solution is not completely finished: In the third level(bottom is the first level), right side, alpha(8, 7)=8. It is no problem. In the fourth level, right side, beta(11, 8)=8, Instead of 11. In the fifth level, the root, alpha(7, 8)=8. Not 7.
@godofwar8262
@godofwar8262 5 күн бұрын
🏩pink 🤞🏽
@sureshjace
@sureshjace 5 күн бұрын
Thank you good explanation.. in 2nd example only one digit allowed in between so we can add {1} after (0-9)
@ticubogdan4236
@ticubogdan4236 6 күн бұрын
Nice Tutorial :)
@vijayg1627
@vijayg1627 6 күн бұрын
We can get the aggregate by using where as well
@LoveMusic-nz6qo
@LoveMusic-nz6qo 6 күн бұрын
It's looking for comment box after watching, it's classic to way your presentation buddy, thanks.
@souradeepbhattacharjee4766
@souradeepbhattacharjee4766 6 күн бұрын
create table newtable like oldtable; use this works same. only column names will be added without any rows
@raj-veerkushwaha
@raj-veerkushwaha 6 күн бұрын
I had been searching for the regex videos for the better videos but i cant get . When i got this masterpiece it explanation is very good .. great job and very very very very very very very very thank you for this amazing explanation.
@gaminGarage
@gaminGarage 7 күн бұрын
@mukeshk4001
@mukeshk4001 8 күн бұрын
Hello ma'am I have watched other videos on the windows functions but got clarity from your videos on this topic. Thank you ma'am.
@rohitanand7071
@rohitanand7071 8 күн бұрын
Thanku
@SalifuKoroma-zq2qe
@SalifuKoroma-zq2qe 9 күн бұрын
I appreciate your efforts and careful delivery of the materials.
@monujrahang6458
@monujrahang6458 9 күн бұрын
Superb ma'am❤ Thanks a lot❤❤❤
@arvindraja9069
@arvindraja9069 9 күн бұрын
Mam I have doubt that is If order table is used before 'on' clause what will happen mam?
@rahulkalindi2072
@rahulkalindi2072 9 күн бұрын
select empid from employees where empid=man_id; ( without self join )
@user-vt2lz5vo7f
@user-vt2lz5vo7f 9 күн бұрын
Very easy explained
@user-vt2lz5vo7f
@user-vt2lz5vo7f 9 күн бұрын
Thank you ❤
@contentdisminded
@contentdisminded 9 күн бұрын
Me watching before 30 min of exam di😅
11 күн бұрын
You just have to do income * 1.05
@user-rf7tq6hu7g
@user-rf7tq6hu7g 12 күн бұрын
Essay to understanding
@user-rf7tq6hu7g
@user-rf7tq6hu7g 12 күн бұрын
I really appreciate you❤
@varathannk264
@varathannk264 12 күн бұрын
Thank you madam
@janhavisamarth5904
@janhavisamarth5904 12 күн бұрын
which free sql tool you are using
@enronenron2411
@enronenron2411 13 күн бұрын
thank you
@krishnavamsi1126
@krishnavamsi1126 13 күн бұрын
thanks
@UmairAli
@UmairAli 13 күн бұрын
That voice❤
@atulshinde5343
@atulshinde5343 13 күн бұрын
Hi mem, Good morning, how can I learn MySQL deeply. I want to become master in SQL . I am from non it background, but last from 6 month I am trying to learn but still for write query and resolve questions of SQL get little of troubles. Can pls suggest what to do. Bcoz in the scenario of SQL and tableu I want to change my job. I am right now mis executive I want to change the domain and switch the job . Pls give feedback so it will get something change.
@iliashterev38
@iliashterev38 3 күн бұрын
First you have to clarify for yourself what it mean "learn MySQL deeply". There are two sides of that job. First - MySQL lives on a server. So the first is - administration, where the admin keeps the server healthy and fast. The other is what she showed here - writing queries in order to get the desired data. The official name of this side is database design and implementation. This tutorial was not exactly for beginners. It is considered a mid level. So you look to find "sql for beginners", There are tons of free and paid tutorials. Your choice. Just go through many and see which ones fit your brainwaves. This girl has many tutorials for beginners.
@Foodie-Techie
@Foodie-Techie 13 күн бұрын
It was a good video.Thankyou
@tusharsingh7927
@tusharsingh7927 14 күн бұрын
BCNF is not there in the playlist. Can u recommend any channel where i can understand the concept of BCNF.
@saurabhsawarkar3263
@saurabhsawarkar3263 14 күн бұрын
3 year old video but best explanation
@levyax1964
@levyax1964 14 күн бұрын
This is how profs SHOULD teach. Thank you so much!
@ppbn516
@ppbn516 15 күн бұрын
WOW , it is a time & cost effective video Love from pakistan
@YamunaNusum
@YamunaNusum 15 күн бұрын
Can uh name SQL vedios like 1,2,3 so that we will get to know this is first vedio this is second one like that plzz diddii
@Crazy_boot525
@Crazy_boot525 17 күн бұрын
What about Datalemur platform?
@kranthikumar6043
@kranthikumar6043 17 күн бұрын
Hello Sadia how are you .?
@himanshugiri2777
@himanshugiri2777 17 күн бұрын
thanks
@ig_sussybaka
@ig_sussybaka 17 күн бұрын
love the way you teach😘😘😘😘
@ness6796
@ness6796 18 күн бұрын
मुझे कल की परीक्षा के लिए शुभकामनाएँ 🙏
@bedirhantongdev
@bedirhantongdev 18 күн бұрын
भगवान आपका भला करे
@IniyadharshiniGomadurai
@IniyadharshiniGomadurai 19 күн бұрын
your concepts are very clear ,it is easy to understand. can you pls increase your volume.