PostgreSQL Tutorial for Beginners

  Рет қаралды 260,793

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 249
@programmingwithalex.585
@programmingwithalex.585 Жыл бұрын
If you'd like to show your support, you can also explore my course on Kotlin and Android development using a special discount code. Let's continue learning and growing together! www.udemy.com/course/kotlin-masterclass-learn-kotlin-from-zero-to-advanced/?couponCode=FREECODECAMP4AADC8F8
@matari_ganan
@matari_ganan Жыл бұрын
thanks!
@ankitg6454
@ankitg6454 Жыл бұрын
where's the link to the dvdrental file?
@programmingwithalex.585
@programmingwithalex.585 Жыл бұрын
@@ankitg6454 www.postgresqltutorial.com/wp-content/uploads/2019/05/dvdrental.zip
@programmingwithalex.585
@programmingwithalex.585 11 ай бұрын
The link with the discount code is only available 30- days. Therefore, a new link with discount code is available here: www.udemy.com/course/kotlin-masterclass-learn-kotlin-from-zero-to-advanced/?couponCode=BESTCOURSE8BFCA
@Laptop-s8b
@Laptop-s8b 10 ай бұрын
@@programmingwithalex.585 where is the rest of this video?
@programmingwithalex.585
@programmingwithalex.585 Жыл бұрын
Here's the link of dvdrental.tar file: www.postgresqltutorial.com/wp-content/uploads/2019/05/dvdrental.zip
@matari_ganan
@matari_ganan Жыл бұрын
thank you sir! 🎩 could you pin this comment or add the link to your description?
@programmingwithalex.585
@programmingwithalex.585 Жыл бұрын
@@matari_ganan Is not my channel, therefore I can't pin comments.
@ThePraQNome
@ThePraQNome 11 ай бұрын
Thank you
@programmingwithalex.585
@programmingwithalex.585 11 ай бұрын
The link with the discount code is only available 3- days. Therefore, a new link with discount code is available here: www.udemy.com/course/kotlin-masterclass-learn-kotlin-from-zero-to-advanced/?couponCode=BESTCOURSE8BFCA
@michaelanthony4750
@michaelanthony4750 11 ай бұрын
Thanks!
@synen
@synen Жыл бұрын
This channel keeps getting better and better, its like a complete free education now.
@tigana
@tigana 10 ай бұрын
Can’t believe this stuff is free it’s amazing
@allengeorge15
@allengeorge15 7 ай бұрын
For those looking to restore the file , extract the .zip folder and inside you can find the .tar file..Upvote so that people can find this comment
@teknoh
@teknoh Жыл бұрын
MInd Readers!!! I just decided last night to build postgres for my own sites, and today you come up with this.
@josuedehoyos
@josuedehoyos Жыл бұрын
It's call Google assist. They hear and see everything we do. 😂
@olakunledaniel2561
@olakunledaniel2561 11 ай бұрын
​@@josuedehoyosthey hear what we are thinking too 😂😂
@hyunduk0206
@hyunduk0206 11 ай бұрын
For individuals facing issues with restoring the dvdrental zip file on Mac, please set the Format to "Directory" and choose the directory where the dvdrental zip file has been extracted.
@ikumargaurav
@ikumargaurav 10 ай бұрын
Thank you so much! Worked for me...
@jenashingi
@jenashingi 8 ай бұрын
might you have a solution for the same error on windows?
@ahmadhaidar7088
@ahmadhaidar7088 3 ай бұрын
@@jenashingi extract the file zip folder and choose the tar file it just worked for me!!
@danielfarmer7372
@danielfarmer7372 3 ай бұрын
Life saver! Thank you
@ramthenmala
@ramthenmala Ай бұрын
worked mate. Thanks for this
@Aishwarya_st
@Aishwarya_st Жыл бұрын
My first project is on data migration to postgre and you guys came at the right time with this video. Thank you tons!!
@jakesimmens
@jakesimmens 11 ай бұрын
This was a nice refresher after being away from SQL for a bit. You do a good job at explaining each set of syntax with examples. Your challenges slides followed by expected results and then the solution slide is in a good pause/play format to test my knowledge. Thank you!
@jeffsellers5468
@jeffsellers5468 2 ай бұрын
After following this video instructions there are now two locations for pgAdmin4. Start Menu->Programs->PostgreSQL Start Menu->Programs->pgAdmin 4 I chose the 2nd one that we downloaded, which is the latest version. the first one is included in the Postgres database download
@ilcastilho
@ilcastilho 2 ай бұрын
Yes. I got both pgAdmin, and both run perfectly. Should I uninstall one of them just like he did?
@SeanPizzaSpark
@SeanPizzaSpark Жыл бұрын
Thank you for this tutorial. I've been waiting for this as a student.
@vijayarajan-bt5fk
@vijayarajan-bt5fk 8 ай бұрын
Thanks from india .Really slow and steady tutorial, examples are so good east to understand with your simple (english) voice modulation😘
@seroma3516
@seroma3516 Жыл бұрын
Awesome! Just what I needed as a refresher for my ongoing GIS project in PyQGIS
@alejo5007
@alejo5007 10 ай бұрын
Thanks for the course. The COUNT section is duplicated (0:41:09 and 1:15:01)
@funnyvideo8677
@funnyvideo8677 8 ай бұрын
Yes
@theodorebenjaminvonberkens2216
@theodorebenjaminvonberkens2216 9 ай бұрын
usually I tune in to videos to hear the person explain some other perspectives and showing their expertise and opinion and vast knowledge on something,I felt a bit of a lack when it came to that, he was just reading from the script
@samirdevechi8589
@samirdevechi8589 8 ай бұрын
yeah a lot of it felt like it was written by ChatGPT tbh :/
@icewallowcome3942
@icewallowcome3942 8 ай бұрын
@@samirdevechi8589 agreed he was just reading slides
@flibben
@flibben 10 ай бұрын
The solution at 2:38:08 doesn't work for me. Found a solution for it where you cast the payment_date as a date. Either written like so: SELECT payment_id, amount, payment_date FROM payment WHERE payment_date::date = '2007-02-15' Or like this SELECT payment_id, amount, payment_date FROM payment WHERE CAST(payment_date AS DATE) = '2007-02-15';
@dochinaschannel2776
@dochinaschannel2776 10 ай бұрын
Hi, Thank you for this tutorial but i am stuck at the restore phase, done all that needs be done but it does work, keeps saying "process failed". Please, i would appreciate a positive guidance and help in resolving this, Thank you.
@pojuagbomeji1115
@pojuagbomeji1115 8 ай бұрын
likewise myself. It keeps saying failed
@jenashingi
@jenashingi 8 ай бұрын
same here
@esshadigitalskillsconsult
@esshadigitalskillsconsult 8 ай бұрын
Sam here.
@stroopwafelvla1804
@stroopwafelvla1804 6 ай бұрын
I've found a solution. I extracted the file and selected the TAR file as the destination. No error.
@dattadigambar4038
@dattadigambar4038 Жыл бұрын
Really waiting for this video finally it has come , Thank you 🙏🙏
@tejasukalkar2199
@tejasukalkar2199 Жыл бұрын
Please bring a project based course which covers Nextjs, Ruby on rails & PostgreSQL
@golmanjedan1861
@golmanjedan1861 2 ай бұрын
For those who are trying to open the provided .zip file. Just copy/extract the folder named 'dvdrental.tar' from the downloaded folder named 'dvdrental.zip' to some location you want on your machine. Then, from pgAdmin when you need to 'Restore' -> find and select a zipped folder named 'dvdrental.tar' (you have to select 'All file types' as mentioned in the video). After selecting 'dvdrental.tar' -> click Restore and that's it.
@thegoingwolf9674
@thegoingwolf9674 6 ай бұрын
For anyone having trouble restoring the database, extract the zip file and restore the .tar file contained in the extracted file
@LuckyFishM
@LuckyFishM 6 ай бұрын
Thank you so much for the help....
@anabildebnath2590
@anabildebnath2590 4 ай бұрын
I got to realize that whether you write queries on MySql or Postgre, most of the syntaxes are xactly same!
@SreekanthKaringula
@SreekanthKaringula 11 ай бұрын
watched completely, thank you
@gabrielgrabois
@gabrielgrabois 11 ай бұрын
the count section is repeated, but great video
@aymanelaouad1028
@aymanelaouad1028 7 ай бұрын
great course , but for those who worked with databases before , I think u can save time and learn all those concepts from official docs in 20 min
@mickeyfounder
@mickeyfounder 3 ай бұрын
1:15:01 why COUNT given again? it already explained on 0:41:09
@nothinwritten
@nothinwritten 11 ай бұрын
Could you not edit out every time you are waiting for pgAdmin to load??
@robfrankel5956
@robfrankel5956 8 ай бұрын
Yes, that would be good.... or just leave it open but minimised. Otherwise great video
@StockGarjanaHindi
@StockGarjanaHindi 10 ай бұрын
Hi. I am not able to restore .tar file. It says process failed. I am using windows OS. can you please help?
@flibben
@flibben 10 ай бұрын
Same problem here and no information on why it failed.
@StockGarjanaHindi
@StockGarjanaHindi 10 ай бұрын
@@flibben actually it got resolved. See the video carefully.
@raj-pandey55
@raj-pandey55 8 ай бұрын
@@StockGarjanaHindi where do i look eaxctly in the video.. i can't seem to find it. i am having the same error
@samuellucas593
@samuellucas593 7 ай бұрын
hi have you fixed the issue, I'm facing it currently@@raj-pandey55
@torrvic1156
@torrvic1156 10 ай бұрын
Thank you so much for your tutorial sir! It was very detailed and useful but honestly sometimes it was really difficult to distinguish what you said and AS sounded like ass and the stuff like that. But I learned a lot from it anyway and you text files especially helped me.
@JirayuVijjakajohn
@JirayuVijjakajohn Жыл бұрын
Just finished it. Good course keep it up
@ABDTalk1
@ABDTalk1 Жыл бұрын
how do you finish a four hour course in three minutes of upload?
@Ghazanfierce
@Ghazanfierce Жыл бұрын
​@@ABDTalk1 exactly what I came to comment LIAR... 😂
@bisw4sh
@bisw4sh Жыл бұрын
@@ABDTalk1 i think s/he completed the one that is 4hrs long recently that is from 4 yrs ago, just like me.
@SonuDeVilliers-pl3pl
@SonuDeVilliers-pl3pl 3 ай бұрын
Wow thank you for such a nice explanation ❤
@ShaqarudenGames
@ShaqarudenGames 21 күн бұрын
I would have PGAdmin open before starting each section of the video. No need to keep us waiting for ~25s each time.
@georgenicoloff
@georgenicoloff 8 ай бұрын
Nice but I don't see JOIN tables. Maybe in another tutorial?
@ahmadhaidar7088
@ahmadhaidar7088 3 ай бұрын
is there a part 2 with a final project in it?
@MohamedAlaa-vx5qn
@MohamedAlaa-vx5qn Ай бұрын
What is the programing language use in this Crouse ❤
@codedusting
@codedusting Ай бұрын
pgAdmin is installed in the first installer itself. No need to do it again.
@krishnachaithanyaks9693
@krishnachaithanyaks9693 6 ай бұрын
For those getting "Process Failed" Error while restoring the database from zip file. Please use any file compressors to extract the tar file inside it then import the tar file!
@arijitdn
@arijitdn 3 ай бұрын
Postgres tutorial without updating, inserting or deleting data?
@ArchitStreams
@ArchitStreams Жыл бұрын
The zip file mentioned is not able to restore the database, pgAdmin needs tar file and conversion didn't help!
@whoisarod
@whoisarod Жыл бұрын
were you able to extract it properly?
@dino_xy
@dino_xy 11 ай бұрын
Have you solved it?@@whoisarod
@mehulbhatt1929
@mehulbhatt1929 8 ай бұрын
To restore DB, From Program Files > PostgreSQL > 15 > bin, copy everything from bin folder to pgAdmin4 > runtime Folder. This will solve restore error
@dirudeen1421
@dirudeen1421 8 ай бұрын
@@mehulbhatt1929 thanks a lot, it worked perfectly
@Murugesanmurugesan-mr6ji
@Murugesanmurugesan-mr6ji 6 ай бұрын
​@@mehulbhatt1929bro I have copied those files, where to paste them please let me know
@thingsgood9596
@thingsgood9596 8 ай бұрын
Hello, where is the resources under this video containing the video rental database?
@thingsgood9596
@thingsgood9596 8 ай бұрын
sorry *dvd rental files?
@relaxingbeatz4468
@relaxingbeatz4468 9 ай бұрын
Hi FCC, there is not subtitle for this video.
@prafulchaudhari2860
@prafulchaudhari2860 Жыл бұрын
Thank you so much for this course
@chiraglalwani901
@chiraglalwani901 Жыл бұрын
सीता राम इतना उपयोगी ज्ञान और संक्षिप्त पाठ्यक्रम देने के लिए धन्यवाद ❤🎉
@maksimbondarenko1179
@maksimbondarenko1179 Жыл бұрын
пер андерстенд
@malikayeshasiddiqa
@malikayeshasiddiqa 2 ай бұрын
how to deal wuth this error : C:/NEW/main.exe: error while loading shared libraries: LIBPQ.dll: cannot open shared object file: No such file or directory
@segunfunmi
@segunfunmi 11 ай бұрын
Currently stuck when I want to restore the 'dvdrental file'. It was giving me the following error message "Utility file not found. Please correct the Binary Path in the Preferences dialog" Any help please? I wish I can share a screenshot. 😓
@alarezomoosamuyi8526
@alarezomoosamuyi8526 11 ай бұрын
Hello @segun, do you still need help??
@E.K.S08
@E.K.S08 11 ай бұрын
hello, im facing the same problem. any suggestion?
@segunfunmi
@segunfunmi 11 ай бұрын
Yes, I am still facing the same problem. Any help? @@alarezomoosamuyi8526
@greg3458
@greg3458 11 ай бұрын
make sure to unzip then click on the folder then on the file should work
@_promptcoder
@_promptcoder 11 ай бұрын
@@greg3458 If you are using ubuntu try to make it tar file instead zip format. I faced the same issue and fixed it.
@maelstrom57
@maelstrom57 Жыл бұрын
We selected the option to have PgAdmin installed together with Postgre so why do we need to download PgAdmin separately?
@programmingwithalex.585
@programmingwithalex.585 Жыл бұрын
You don’t; you can skip downloading pgadmin
@ilcastilho
@ilcastilho 2 ай бұрын
@@programmingwithalex.585 Thanks bro.
@FzsHotDogInDonut
@FzsHotDogInDonut 9 ай бұрын
Doesn't pg admin gets installed with postgres?
@soma7891
@soma7891 9 ай бұрын
Yes
@CodewithDeepika
@CodewithDeepika Жыл бұрын
Awesome 👌
@ankitg6454
@ankitg6454 Жыл бұрын
where's the link to the dvdrental file?
@batuhanbatuhan6445
@batuhanbatuhan6445 2 ай бұрын
0:50 Whether I'm a Syrian database professional?
@kaushalshah2930
@kaushalshah2930 Жыл бұрын
How to connect oracle database with postgresql to insert oracle database all tables to postgresql
@alext2664
@alext2664 4 ай бұрын
As there is no link in the description for the exercise file needed to follow this tutorial, it's usefulness is extremely limited.
@pujasingha181
@pujasingha181 29 күн бұрын
did not understand the second question's solution of group by challenge. Can anyone please help?
@samkale5988
@samkale5988 10 ай бұрын
anyone getting below error while resoring the dvdrental file ? i have downloaded files 3 times now and on 2 differnet postgre versions.. 16.1 nd 15.5 every single time it is same error... error is pg_restore: error: input file does not appear to be a valid archive
@samkale5988
@samkale5988 10 ай бұрын
This is on Windows 11 And while the postgres 16.1 and 15.5 installation went thru' with no issues reported, i am not sure if these versions are supported on windows 11 OS.
@samkale5988
@samkale5988 10 ай бұрын
Resolved... Silly me, i had to unzip the file and sure enough there was a tar file within... i was getting error only cause i was trying to restore zip file directly...
@RisiqahOladunni
@RisiqahOladunni 9 ай бұрын
​@@samkale5988good evening, I am also getting the same error messages, please how can I resolve the issues
@truongkham3845
@truongkham3845 2 ай бұрын
where is the "Downloading Supplemental Resources" link?
@golfy4223
@golfy4223 9 ай бұрын
wait where did you get the tar file? I mustve missed something..
@yamalaha9233
@yamalaha9233 3 ай бұрын
1. Download the file from his comment. 2. Click on the folder and click extract all. 3. when reloading select the extracted folder (they look the same but the one that isn't extracted will say compressed at the side). 4. Celebrate
@victorcamargo7298
@victorcamargo7298 Жыл бұрын
This is amazing!
@MerinaMotu
@MerinaMotu 3 ай бұрын
can you please upload the ppt slides as well?
@AwaAnderson
@AwaAnderson 8 ай бұрын
please the restore doesn't seem to work keep giving a failed response, i am using windows Please any one who can help
@seeker511
@seeker511 7 ай бұрын
Extract the zip file after that you will get a tar file, try using that!
@seeker511
@seeker511 7 ай бұрын
Extract the file and try!
@tahirahmedt9156
@tahirahmedt9156 11 ай бұрын
Is the COUNT section repeated or is it different?
@ChristopherChaduka
@ChristopherChaduka 11 ай бұрын
Seems to be the same
@AkumetsuOne
@AkumetsuOne Жыл бұрын
Thank you for the class, if someone know a blog about good practices about administration share pls.
@EmreYavuzalp
@EmreYavuzalp 4 ай бұрын
Why you disabled auto subtitles for a video like this?
@natnaelabayneh7664
@natnaelabayneh7664 Жыл бұрын
im already on the 2 hour mark...thanks for this beautiful tutorial
@kyrgzten7005
@kyrgzten7005 7 ай бұрын
The square brackets do not work when I try to use it.
@ΝίκοςΠιστικούδης
@ΝίκοςΠιστικούδης 11 ай бұрын
Is it possibler that the [] wildcard is no more valid in PostgreSQL? Is not working form me and as far i searched over the internet they are only talking about two valid wildcards in PostgreSQL, that is % and _
@pulse3522
@pulse3522 10 ай бұрын
I made a comment, but it seems to have not processed, for some reason. Anyway, you are correct, the square bracket functionality described in this video is not applicable to the LIKE or ILIKE pattern-matching operators in PostgreSQL. It is, however, applicable to the SIMILAR TO pattern-matching operator in PostgreSQL. The SIMILAR TO pattern-matching operator in PostgreSQL borrows many metacharacters from the POSIX standard, such as the square brackets. The LIKE and ILIKE operators are, however, relatively more secure than SIMILAR TO (although that's a large conversation to be had, and as long as the key being used for pattern-matching is not being provided by a user, then the security difference between LIKE and ILIKE, and SIMILAR TO is inconsequential).
@ΝίκοςΠιστικούδης
@ΝίκοςΠιστικούδης 10 ай бұрын
Thank you@@pulse3522
@jenashingi
@jenashingi 8 ай бұрын
Might you have a solution for the zip file failing to restore on a windows machine?
@AwaAnderson
@AwaAnderson 8 ай бұрын
Please have you had any success with this i ma currently stock here
@bidhubhushangahan9242
@bidhubhushangahan9242 7 ай бұрын
Please provide caption for this video.
@haritssyah7434
@haritssyah7434 7 ай бұрын
Where can we get the dvdrental database?
@ogundipebamidele7445
@ogundipebamidele7445 9 ай бұрын
How did you get to set master password I am using pgadmin 8
@syhusada1130
@syhusada1130 Жыл бұрын
what's the difference between this and the previous freecodecamp postgre video?
@shadyawad5383
@shadyawad5383 11 ай бұрын
This one comes in a incomprehensible thick accent
@torrvic1156
@torrvic1156 10 ай бұрын
@@shadyawad5383or it have the distinct original style.
@svkggl2778
@svkggl2778 5 ай бұрын
Not a Postgres Course, but a 95% SQL Language course using Postgresql Database. KZbin is full of such SQL courses, that tend to teach you the SQL In the name of RDBMS.
@shahrukhhasib5047
@shahrukhhasib5047 23 күн бұрын
The F are you talking about? SQL is the language that RDBMS understands. They are part of the same coin.
@svkggl2778
@svkggl2778 20 күн бұрын
@@shahrukhhasib5047All the F you are writing here, go and try to learn the difference between and RDBMS and a Language. Do you think the Postgres RDBMS only runs on SQL????? You think DML, DDL are the only things that are carried out on a RDBMS? And if they are part of the same coin, then why not name it "MySQL Tutorial" or "Cubrid Tutorial" for Beginners?? With the kind of information you have, if it were me I would keep the F shut.
@brainmasterias298
@brainmasterias298 6 ай бұрын
can't understand the language,
@DilliwalaRanghad
@DilliwalaRanghad 2 ай бұрын
It is SQL brother learn it on KZbin it is one of the very easy languages for database ❤
@thecodemon
@thecodemon Жыл бұрын
Best time to become a developer
@svkggl2778
@svkggl2778 5 ай бұрын
Correct Title: "Learn SQL using Postgresql Database". Pls correct me if I am wrong?
@kabukijoe99
@kabukijoe99 Жыл бұрын
Thank You
@nguyenanh-vt4jv
@nguyenanh-vt4jv 6 ай бұрын
how can I turn on the subtitle, can anyont help me pls
@chunchenglee174
@chunchenglee174 16 сағат бұрын
There are two duplicate sections in counts topic
@ahmadhaidar7088
@ahmadhaidar7088 3 ай бұрын
is the count part repeated??
@IdungBasah
@IdungBasah 5 ай бұрын
hey guys just want to ask that the count content is show twice, thank you.
@rbar6501
@rbar6501 Жыл бұрын
Dear sir, my request to you all that please launch a free course on 3d animation. Please sir. ❤
@purplepixeleater
@purplepixeleater 11 ай бұрын
thats not code lol
@mantravora6119
@mantravora6119 3 ай бұрын
can someone tell me the timestamp of JOINS?
@samarbid13
@samarbid13 Жыл бұрын
I expcted to have some words on Backup, restore, and regulare maintenance operations!
@esshadigitalskillsconsult
@esshadigitalskillsconsult 8 ай бұрын
How can I download the zip file, please?
@whoisarod
@whoisarod Жыл бұрын
unable to convert .zip file to .tar a on macOS. Currently stuck. HELP!
@mindevo3677
@mindevo3677 11 ай бұрын
Dont need to convert. Just unzip the file, the tar is in it.
@ClaireEB328
@ClaireEB328 11 ай бұрын
I am stuck here too. Using a macOS, the file is unzipped, do not see .tar. Were you able to figure it out?
@ClaireEB328
@ClaireEB328 11 ай бұрын
Update: I deleted every thing after dvdrental/ on the file path and it worked for me!
@whoisarod
@whoisarod 11 ай бұрын
@@ClaireEB328great! I will try that!
@Jakan-sf3xj
@Jakan-sf3xj 11 ай бұрын
This helped. Thank you@@mindevo3677
@Laptop-s8b
@Laptop-s8b 10 ай бұрын
where is the rest of this video?
@serj5128
@serj5128 5 ай бұрын
Please add auto subtitles (it's just a checkbox in KZbin, 1 sec of your time) for this video and all other videos on the channel.
@kennethlola3588
@kennethlola3588 Жыл бұрын
Thanks! ❤
@kabukijoe99
@kabukijoe99 Жыл бұрын
please switch on subtitles
@astralvolt6309
@astralvolt6309 28 күн бұрын
The start of the video ruined the installation. My pgadmin is not starting even
@esrx7a
@esrx7a Жыл бұрын
Wonderful
@BrantK147
@BrantK147 4 ай бұрын
Welcome 🤖to the exciting 🤖 world 🤖 of relational databases. 🤖
@ianwataka3328
@ianwataka3328 8 ай бұрын
Why are we not using the pgadmin that comes with postgres
@maaniurf4870
@maaniurf4870 11 ай бұрын
Can't find .tar file to restore data. Pls help someone.
@bracket9731
@bracket9731 3 ай бұрын
and what language he spoke ?
@GameVerse215
@GameVerse215 Жыл бұрын
Could you please use sequelize orm with postgresql
@illegalsmirf
@illegalsmirf Жыл бұрын
no
@codewithnadeem
@codewithnadeem 9 ай бұрын
what are the prerequisites before learn PostgreSQL, i have decent understand of MERN
@Solomon_TY
@Solomon_TY 7 ай бұрын
guys the link to the file is in the comments. go through
@thingsgood9596
@thingsgood9596 8 ай бұрын
Please, if anyone has the database file, kindly share.Thank you.
@rishabhsoni6190
@rishabhsoni6190 Жыл бұрын
Man I just searched for it like 15 mins ago.
@kuldeepsinhrajput2673
@kuldeepsinhrajput2673 9 ай бұрын
COUNT IS REPEATED?????????
@Tokinjester
@Tokinjester Жыл бұрын
nice!!
PostgreSQL CRASH COURSE - Learn PostgreSQL in 2024
50:26
PostgreSQL vs MySQL
6:33
IBM Technology
Рет қаралды 339 М.
Зу-зу Күлпаш 2. Интернет мошенник
40:13
ASTANATV Movie
Рет қаралды 645 М.
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 21 МЛН
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,6 МЛН
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 203 М.
Learn Git - Full Course for Beginners
3:43:34
freeCodeCamp.org
Рет қаралды 731 М.
7 Database Paradigms
9:53
Fireship
Рет қаралды 1,6 МЛН
Writing My Own Database From Scratch
42:00
Tony Saro
Рет қаралды 243 М.
Learn SQL Basics in Just 15 Minutes!
16:57
Kenji Explains
Рет қаралды 159 М.
Python Django Web Framework - Full Course for Beginners
3:45:41
freeCodeCamp.org
Рет қаралды 4,5 МЛН
Зу-зу Күлпаш 2. Интернет мошенник
40:13
ASTANATV Movie
Рет қаралды 645 М.