🎯 Get Latest SQL Guided Project (1M sales records) 🎯topmate.io/zero_analyst/1237072 🎯 Get Latest End to End Advanced SQL Project (Amazon)+ 70 Business Problems kzbin.info/www/bejne/gGrUd3x3fZxrbrM 🐍 All Python Projects: Python ETL - Data Cleaning Project kzbin.info/www/bejne/q3W0gGyuhMxnrsk
@BhaaRaThh2 ай бұрын
I will share this video to all my college groups ❤
@zero_analyst2 ай бұрын
Thank you so much mate!
@vkfreedomzone2 ай бұрын
It's amazing video for Learning all about sql commands and how to design database .
@zero_analyst2 ай бұрын
Glad you liked it
@vinothkumars74213 ай бұрын
Do more of this even if it takes time
@bdfirst35783 ай бұрын
long waiting part coming finally, love from :Germany
@rancho3543Ай бұрын
Just subscribed the channel. Will watch all the playlist.😊
@zero_analystАй бұрын
Welcome aboard!
@mansithakkar-v6h2 ай бұрын
helpful... looking for more such videos...!!😃
@zero_analyst2 ай бұрын
Thank you!
@abhishekdubey99203 ай бұрын
exited to see the next video
@zero_analyst3 ай бұрын
Thank you mate! Please make sure to subscribe and support the channel!
@shamanthrao528Ай бұрын
thank you really nice video
@zero_analystАй бұрын
thanks
@abhishekdubey99202 ай бұрын
please generate more errors intentionally and correct them live in video
@shubhamsharma86422 ай бұрын
i think in task 5 we have to count issued_member id but you count emp_id
@footballskills65743 күн бұрын
Yeah, I think you are right. That is what I expected. At least he's helping us improve
@meetlimbani37212 ай бұрын
In task 5 you have used emp id column but question was about member so we have to use member id column right??
@adityavamsi123 ай бұрын
Please make a video on On delete cascade and on delete set null
@zero_analyst2 ай бұрын
sure mate!
@abhishekdubey99202 ай бұрын
sir what happen if i import data twice it will be same as once imported?
@abhishekdubey99202 ай бұрын
how you import one by one live and caught error in branch table varchar limit it make us learn error resolving.
@sambugarisupraja11 күн бұрын
Can i know for project 1 y didn't you create an ERD table and y for this?
@zero_analyst11 күн бұрын
Because here we have more than 1 table! in Project 1 we only have one table!
@sambugarisupraja10 күн бұрын
@@zero_analyst while im trying to make a db connection for employee and branch in getting this error.can i know what this is ERROR: there is no unique constraint matching given keys for referenced table "branch" SQL state: 42830
@animeshsingh73332 ай бұрын
As per explanation in video & provided CSV files issued_status & Return_status tables can't be joined on the basis of Issued_id column as 3 values in return_status table are not in issued_status table..How to resolve this...
@victoriannam3032Ай бұрын
I am having the same problem where you able to solve it
@aniketsingh70052 ай бұрын
bhai when can we expect the new video to come??
@Morningbcode2 ай бұрын
It’s already uploaded 1 month back mate part check from the playlist
@vinothkumars74213 ай бұрын
There is no column named - membership_date in members table. It should be reg_date for the Task 9. Please validate
@zero_analyst3 ай бұрын
correct
@virajlohakare6067Ай бұрын
linkedin profile
@abhishekdubey99203 ай бұрын
Please guide i know mysql
@zero_analyst3 ай бұрын
You can use same code in mySQL Just change 1- 2 line you can check with chatgpt
@abhishekdubey99202 ай бұрын
@@zero_analyst ok thanks i will do same if got error
@abhishekdubey99202 ай бұрын
i respect the doing every little thing live but making tables again and again part can be cut.
@zero_analyst2 ай бұрын
Hi everyone! Part -2 Of library project is out please check it here kzbin.info/www/bejne/nl7WkJ6Hftahmsk
@99696184702 ай бұрын
ALTER TABLE issued_status ADD CONSTRAINT fk_employee FOREIGN KEY (issued_book_isbn) REFERENCES employee(emp_id); I wanted to changes FOREIGN KEY (issued_emp_id ) Kindly help