Do you want to learn technology from me? Check codebasics.io/? for my affordable video courses.
@sejalanand233 жыл бұрын
A very small yet crucial thing you mentioned 'If your manager asks for Chennai Transations Dump, export it to csv in this way'. No online course whatsover teaches such things. THANK YOU!
@ArjunSingh-rn3wh2 жыл бұрын
No doubt what you are doing is great. Just want to say this can be done in a more easy way when we type each query in a different lines, ex as follows:- select sum(t.sales_qty) from sales.transactions t join sales.date d on t.order_date = d.date where d.year="2020" and market_code="Mark001" also to make it more easy we can also name the table using "alias", to avoid typing long names.
@2010shwetank2 ай бұрын
ya
@DanceZabardast2 жыл бұрын
Best thing about your videos is they are short , focussed , crisp and consist both soft and technical knowledge
@ayushjha7106 Жыл бұрын
have u got ?
@swathimanjunath73852 жыл бұрын
Facing difficulty while downloading the dataset from Github? Follow instructions from the below link: www.wikihow.com/Download-a-File-from-GitHub
@harshitkhandelwal_com2 жыл бұрын
thanks
@haripradhan3773 Жыл бұрын
Hey thanks Swathi. I can download the file now.
@srinidhis6523 Жыл бұрын
@@haripradhan3773 can you please share the file
@PavaniMs4 жыл бұрын
I am learning so much from this series. Amazed at your patience. Lots of respect for you sir 🙏
@codebasics4 жыл бұрын
Glad to hear that
@sandeepayar55223 жыл бұрын
@@codebasics Seriously, you are doing a great Job. You are making people job ready and from Mediocre to pro transformation Hats Off
@balagunasekaran1084 Жыл бұрын
Its very useful for guys who doesn’t have previous project experiences👍🏽
@KGfess3 жыл бұрын
Thank you for these videos! The explanation was really helpful in understanding the bigger picture
@codebasics3 жыл бұрын
Glad it was helpful Kevin!
@motorolasafi4 жыл бұрын
13:50 why there is need of Date table when we can Date functions to get a specific year transaction?
@1rf43 жыл бұрын
select * from transactions where order_date like '2020%';
@1rf43 жыл бұрын
also .. select sum(sales_amount) from transactions where order_date like '2019%';
@1rf43 жыл бұрын
ultimately you are absolutely right
@adityaagarwal92653 жыл бұрын
It was just for join concept
@adaariina71754 жыл бұрын
Thank You so much 🙏. Friends nobody will teach us like this.I wish there Million like button. If so i would give million like every time I watch.
@codebasics4 жыл бұрын
Ada thanks for your kind words :)
@jjrbtwins78963 жыл бұрын
@@codebasics Please help me with downloading the file, thank you.
@dragnar4743 Жыл бұрын
nice video. But, it would be nice if, instead of writing the name of schema/database (sales) again and again, we could have used the DB at the very beginning. Like "use sales" . So, no need to write table name like "sales.transactions". But, apart from that, very good and informative video, like a quick recap of DBMS basics and how to use sql for analysis. 👍👍👍👍
@PreetPaunikar_4 жыл бұрын
we are ready for this seesion i am truly excited for this
@alanpina354 Жыл бұрын
Pretty straight forward excersise! Thanks!
@MahadAmir-j5g Жыл бұрын
Brother kindly write queries on separate lines to make code look easy and simple. Teaching is also a skill
@namratanagvekar68573 жыл бұрын
Really interactive video u have done. I really feel like sitting in discussion room for this project 🤩
@frozensquash80982 жыл бұрын
I am very thankful for these videos!
@ankursharma78124 жыл бұрын
Amazing a short and crisp video opened all the insight
@codebasics4 жыл бұрын
Glad it was helpful!
@mohanprajapati20514 жыл бұрын
Again a great video! Thank you so much Dhawal Sir.
@codebasics4 жыл бұрын
Most welcome!
@monicacorless60453 жыл бұрын
Is it valid to be a data analytics and data science at the same time?
@shrutijain16284 жыл бұрын
this is very insightful thank you!!!!
@karthickdataanalyst96253 жыл бұрын
Such a great exposure sir
@RinkiSaxena-j8v Жыл бұрын
hi i am getting error while importing the file in sql server. can you please guide me .. Operation failed with exitcode 1 12:43:14 Import of C:\Users inki\Downloads\DataAnalysisProjects-master\1_SalesInsights\db_dump.sql has finished with 1 errors
@RinkiSaxena-j8v Жыл бұрын
this is not html file. it's extension is .sql
@fahadreda30604 жыл бұрын
Great video sir
@codebasics4 жыл бұрын
👍😊
@waisyousofi91393 жыл бұрын
really appreciate your efforts!
@codebasics3 жыл бұрын
I am happy this was helpful to you.
@SagarKshirsagarcv0602 жыл бұрын
Sir, am not able to import data into mysql it showing error 15:48:08 Restoring E:\My Courses\Porfolio Projects\db_dump.sql Running: mysql.exe --defaults-file="C:\Users\sagar\AppData\Local\Temp\tmp7duz9ltf.cnf" --protocol=tcp --host=localhost --user=root --port=3306 --default-character-set=utf8 --comments < "E:\\My Courses\\Porfolio Projects\\db_dump.sql" ERROR 3734 (HY000) at line 27: Failed to add the foreign key constraint. Missing column 'customer_id' for constraint 'Constraint_1' in the referenced table 'customers' Operation failed with exitcode 1 15:48:09 Import of E:\My Courses\Porfolio Projects\db_dump.sql has finished with 1 errors
@lokeeeee2 жыл бұрын
same error me also
@lokeeeee2 жыл бұрын
how to solve this problem?
@Sattya14123 жыл бұрын
while I importing in SQL workbench i facing an error , please give me some idea regarding this file.
@SDbhagtisongs2 жыл бұрын
Hello sir, when i am importing the dump sql file, i am getting the below error Operation failed with exitcode 1 16:26:53 Import of D:\sql project\DataAnalysisProjects-11c0fe910c8b29c7cb9027f512466a1d016c2cf0\1_SalesInsights\db_dump.sql has finished with 1 errors please help
@venniedass2 жыл бұрын
The reason is because you have to click "download" on Github to get the SQL file. You are trying to import an HTML file which will not be understood by MySQL.
@ajdevz10674 жыл бұрын
I am interested in this course 😌 thank you Sir
@codebasics4 жыл бұрын
All the best
@jayashukla47997 ай бұрын
Thank you for this project, how can I get the recent dataset?
@vedantstic2 жыл бұрын
17:53:07 SELECT sum( sales.transactions.sales_amount) FROM sales . transactions inner join sales.date ON sales.transactions.order_date = sales.date.date where sales .date.year=2020 and sales.market_code="Mark001" LIMIT 0, 1000 Error Code: 1054. Unknown column 'sales.market_code' in 'where clause' 0.000 sec this error is coming sir
@TVP_Akshay2 жыл бұрын
spacing issue i guess
@MissP32246 ай бұрын
LIFE SAVER!!
@humanandlifefacts92172 жыл бұрын
hello sir, I use tableau public. can you tell me how to convert this database into excel or CSV format so I can export this file in tableau?
@fathimashanavas6511 Жыл бұрын
Hi! I'm using PostgreSQL for running SQL queries and i'm unable to import .sql file. If anyone knows their way around it, kindly help as i'm unable to use MySQL.
@surajkambli9027 Жыл бұрын
sr please make available sql dataset file ... it is now not available there
@iammehulpanwar Жыл бұрын
Man you really confused us with that inner join query.
@SudhanshuKumar-lp1nr3 жыл бұрын
Nice and simple
@hinishbansal388210 ай бұрын
ERROR 3734 (HY000) at line 27: Failed to add the foreign key constraint. Missing column 'customer_id' for constraint 'orders_ibfk_1' in the referenced table 'customers' getting this error while importing data_dump.sql what to do??
@poojak-f5t Жыл бұрын
Hi Sir, thanks for the video. I visited the GitHub repository mentioned in the link provided under the description however I am unable to download the SQL file. Please help
@irshaadmohammed9024 Жыл бұрын
Hey there, I am unable to download the dataset as it is too large, is there anything I could do to get the dataset.
@colarey Жыл бұрын
I have a bachelor of computing in software Engineering. Would yoi recommend me to specialise my masters in data analytics? Or should i stick to software development since i do not have a strong background in data analytics?
@waisyousofi91393 жыл бұрын
you are awesome!
@rohithjella5591 Жыл бұрын
I am unable to get the sales data. When i import my data got imported with an error
@rajkamble172 жыл бұрын
Hi do you have a CSV files of the dataset as I use postgres and this dump file cannot be imported there
@shrutiuday2055 Жыл бұрын
Instead of mysql, can i use bigquery?
@tiendang93712 жыл бұрын
Tks for your useful video. Can you upload your database here for me to follow what you showed on the video?
@SyedMozammilMoiz10 ай бұрын
While importing db_dump to mysql workbench I'm getting error "Operation failed with exitcode 1"
@yashrajdeshmukh6759 Жыл бұрын
In my laptop the Start import button is not visible it is gone down and i am not able to zoom out o anything pls help
@handsomesoumya3 жыл бұрын
Hello. Thank you for this wonderful initiative. Is there any way I can use this database dump using SSMS and SQL server 2019?
@CE-vd2px3 жыл бұрын
I tried but just figured the download was easier after about 15min. You can google it to try. Mysql is pretty nice and apparently used by bigger companies?
@البداية-ذ1ذ3 жыл бұрын
The database not work with sql management server,i tried to import it but not working
@kartikbadal8883 жыл бұрын
did ur issue resolved? If yes ,Could you please help me?
@jona96812 жыл бұрын
@@kartikbadal888 did either of you resolve this issue?
@praweenkumar75564 жыл бұрын
Hello Sir, I have some problem, that do not show "START IMPORT" button in MYSQL-WORKBENCH, because, here not working 'zoom out and zoom in'. Please Help...
@sanchit_manchanda4 жыл бұрын
You will find that button in Import Progress tab that is located at the right of Import from disk tab
@shaniyabisburg18443 жыл бұрын
do you need internet to run MySQL because I know that you don't have to have internet connection to run POSTGRES?
@codebasics3 жыл бұрын
you don't
@Tejaswi_sings_usa3 жыл бұрын
Hi sir, can i keep this project as one of the case study in my resume sir.. If yes kindly let me know how to keep the project details sir.
@priyanshijain55362 жыл бұрын
Could you help me. I am unable to import the database.
@arshad17814 жыл бұрын
Thanks
@codebasics4 жыл бұрын
Welcome
@businesseducationvlogs4 жыл бұрын
great sir
@Suresh-bz2iq Жыл бұрын
where can i get the data set
@MonishaYalavarthi2 жыл бұрын
I am unable to download db_sump.sql. how to sort this problem?
@irshaadmohammed9024 Жыл бұрын
did u manage to sort it?
@MonishaYalavarthi Жыл бұрын
@@irshaadmohammed9024 no
@pritampurohit38634 жыл бұрын
Every time I try to install MySQL workbench it asks me install c++ extension what can I do ? I have tried everything still unable to install it
@RamMadipadaga4 жыл бұрын
You can download it from windows website
@CE-vd2px3 жыл бұрын
Just retry
@nabilshaikh812 жыл бұрын
If you're facing issues with SQL, JUST FIGURE IT OUT! 🤣😂
@krinaparmar57063 жыл бұрын
Can you send the data , as the dump file is showing some error while trying to download.
@anismangure85364 жыл бұрын
My project is having Json files how can I analyze from those files.
@merudra7472 жыл бұрын
Could you please tell me how I can import this file into a SQL server? Thank you.
@merlynmathew32213 жыл бұрын
unable to download dataset, please share link other than the github
@robeidson2255 Жыл бұрын
The download instructions here are out of date. This tutorial is not workable anymore. I just wasted an hour figuring out that this video is out of date.
@insancahyasetia76993 жыл бұрын
Can you add excel or csv files to github? Because I don't have a tableau desktop
@sidhudesai3 жыл бұрын
Bro use Tableau Public
@insancahyasetia76993 жыл бұрын
Tableau Public can't handle sql data
@AtulSanu3 жыл бұрын
Unable to download the db_dumb.sql
@parikshitrajpara57062 жыл бұрын
Is it possible to do the same code in Microsoft SQL server instead of my sql?
@codebasics2 жыл бұрын
yes you can
@parikshitrajpara57062 жыл бұрын
@@codebasics Can you please share the steps for it since I am unable to import the data file in microsoft file?
@shivanibisht512 Жыл бұрын
i am not able to download the sql data , ive tried downloading it so many times, please if someone knows how to do it , kindly help
@KulwinderKaur-kd3bk Жыл бұрын
Hi can someone please assist me in downloading the files as Its not getting downloaded
@himanshupayal69132 жыл бұрын
How can i get the dataset in csv format to use in bigquery. ?
@shrutiuday2055 Жыл бұрын
Where u successful in using bigquery?
@haripriyab8865 Жыл бұрын
i am getting this error while importing ERROR 1273 (HY000) at line 1: Unknown collation: 'utf8mb4_0900_ai_ci' how to handle this ?
@jjrbtwins78963 жыл бұрын
Good evening @codebaiscs. Please can you or someone else help me with downloading the file that is being used for this project? I have tried several times, but failed. Thank you for replying!
@abhijeetvighne44523 жыл бұрын
where you got prblm?
@jjrbtwins78963 жыл бұрын
@@abhijeetvighne4452 The data sir, downloading it.
@chiragsharmaYoutube2 жыл бұрын
Where is data set to work on it
@sachin14053 жыл бұрын
unable to create database on workbench
@mohammedazeem33034 жыл бұрын
I know this may sound strange but, I tried StackOverflow & youtube to find a solution to this error. I am new to it so need help: Writing this after spending a few hours of juggling (approx > 3 hrs in total over days) When I set up a new connection via Workbench & check the Server status, I get 1. Could not acquire management access for administration: RuntimeError to execute command chcp. please make sure that C:\Windows\Sys32 directory is in your path environment variable. then, Error: Unhandeledexception: Current profile has no WMI enabled -Tried: Changing the path to my.ini in "program data" file as stated in one of the suggestion: didn't work. -tried using enabling the Mysql80 from Services, didn't work. Error: "service on Local Computer started but stop automatically if they are not in use by other service or program"
@rashmik80222 жыл бұрын
Can I show this Sql project in my resume as a Fresher?
@emperor900 Жыл бұрын
no
@datachronicless3 жыл бұрын
From where can I get this data?
@kushmewada7377 Жыл бұрын
sql file is not downloading can you please upload it again in your github.
@kushmewada7377 Жыл бұрын
never mind it was my mistake sorry, I got the files
@biswajitsingh3614 жыл бұрын
(Sorry about that, but we can’t show files that are this big right now.) I am not able to download the file
@kailaspoman23314 жыл бұрын
I'm also getting same issue
@biswajitsingh3614 жыл бұрын
@@kailaspoman2331 hi i got the solution. there will be a view raw option right click on it and save link as.
@kailaspoman23314 жыл бұрын
@@biswajitsingh361 thank you 😊
@singi29083 жыл бұрын
Thank you for sharing amazing vidoes sir, I am trying to download sql.dump file but unable to do it so.
@CE-vd2px3 жыл бұрын
Using mysql?
@saurabhghule97752 жыл бұрын
where to download data set
@sagar1508932 жыл бұрын
How can I import .sql in MSSQL
@nirmitsinghal43443 жыл бұрын
How Can i impprt this .sql file in Microsoft SQL Server Management Studio
@nirmitsinghal43443 жыл бұрын
Can You please help
@karthickdataanalyst96253 жыл бұрын
Plz send these kind of data set files sir for practice
@karthickdataanalyst96253 жыл бұрын
You are giving
@sircringealot3 жыл бұрын
Anybody know how to imprt .sql file in postgre sql server
@vijaykasotiya30762 жыл бұрын
Hi, anyone who have the data file (db_dump.sql), can you please share the google drive link.
@aatmanjain11043 жыл бұрын
Dataset ?
@codebasics3 жыл бұрын
Check video description There is github link where you will find .sql file dump
@gouravdidwania10703 жыл бұрын
The Sql file is showing error
@trisdoan75603 жыл бұрын
same issue
@dear_mahbub3 жыл бұрын
@U18CH066 PRIYAL PANDA SVNIT anyone solvesd this issue please let me know.
@aadityakamble133 жыл бұрын
Please update sql file
@powerbis.17942 жыл бұрын
ANGRY MAN
@monicacorless60453 жыл бұрын
I'm beginner
@ParulBedi4 жыл бұрын
i hope this wont last for few minutes ..
@surajKumar-ws2vw4 жыл бұрын
Snd the data
@emperor900 Жыл бұрын
tabhi tum log gaali sunne wale kaam krte ho video banaya magar data source hi error dikha raha h while downloading
@NavyaSake2 ай бұрын
an error occured while importing the dump file sir....
@divyanshkurmi23992 жыл бұрын
there is no file to download from github, please help
@njasani2 жыл бұрын
Hi, I am unable to download the dataset. When I click on download, it simply opens the rata data file on github. Please help