Want to easily remember the SQL commands for your database? Get my free SQL Cheat Sheets here: www.databasestar.com/get-sql-cheat-sheets/?
@Tranquility_002 жыл бұрын
This is a very good quality video. Very focused, no time wasted. Thank you so much.
@DatabaseStar2 жыл бұрын
Thanks Daniel! Glad you found it useful.
@aliahyar3174 Жыл бұрын
simple tutorial, straight to the point and it's very clear. Thank you so much for this!!!!
@DatabaseStar Жыл бұрын
Thanks, glad you like it!
@PeterThornton2 ай бұрын
This is just what i was looking for, clear and to the point. Thank you
@DatabaseStar2 ай бұрын
Glad it helped!
@ecofirewall6676 Жыл бұрын
THANK YOU for this the import/export section was all that i was looking for & it really helped
@DatabaseStar Жыл бұрын
Great to hear that it helped!
@Програмистпограмистев2 ай бұрын
Thank you very much for this good quality video. I both respect and appreciate the effort stands behind such a quality!
@DatabaseStar2 ай бұрын
Glad you enjoyed it!
@moatef1586 Жыл бұрын
This is a perfect tutorial. Thank you so much.
@DatabaseStar Жыл бұрын
You're welcome!
@Kennerdoll Жыл бұрын
But how do you start by creating a Table minus the database itself? I was expecting to see CREATE DATABASE `DB Name`; as a first line
@DatabaseStar Жыл бұрын
Good point. This assumes you already have a database. If not, you'll need the Create Database command as you mentioned.
@jcanino202 жыл бұрын
Thank you for this. It was extremely helpful and informative, and I will be watching it again!!
@DatabaseStar2 жыл бұрын
Thanks! Glad it was helpful. Are there any features in DBeaver you would like to see a tutorial on?
@manishpatel21252 жыл бұрын
Can it run PL/SQL
@lekham48242 жыл бұрын
@@DatabaseStar Can you make from scratch DBeaver full series playlist. Include each and every details and all we can do using DBeaver.
@Ironwally Жыл бұрын
Thanks for the great video! Very nice exlanations and style of talking.
@DatabaseStar Жыл бұрын
Glad you liked it!
@munyul Жыл бұрын
Hi ... I'd really like to see a tutorial for the "Projects" tab, did you ever make one? A quick search through your videos didn't turn up anything. I'm new to DBeaver and am trying to setup a Project - the issue I have is that the scripts never open with a valid connection, so I can't run them - I have no idea what is going wrong there.
@DatabaseStar Жыл бұрын
I haven't made one yet, but I'll add it to my list of future videos. Thanks for reminding me!
@alexlee977310 ай бұрын
Thanks you very much for you detailed explanation and good quality video!!!!!
@DatabaseStar10 ай бұрын
Glad it was helpful!
@axelef23442 ай бұрын
It's very promising. Big gain of knowledge in short time. I'll try to stick to your channel in spite of my ADD😅
@DatabaseStar2 ай бұрын
Thanks!
@charlsroy58305 ай бұрын
Great video, helpful. Thank you :)
@DatabaseStar5 ай бұрын
Glad it was helpful!
@olatunji25427 ай бұрын
This video was very helpful. Thank you so much
@DatabaseStar7 ай бұрын
Glad it was helpful!
@BammmmmmmАй бұрын
very nice video, what is the possibility of creating a database dump and loading onto AzureSQL using DBeaver, thank you!
@DatabaseStarАй бұрын
Thanks! You can use the DBeaver import process to load a dump into a database if you need.
@rafaelfonseca7942 Жыл бұрын
Got a new subscriber. Thanks for this video!
@DatabaseStar Жыл бұрын
Glad it was helpful!
@boulettefranck26273 ай бұрын
Thank you for your excellent work !
@DatabaseStar3 ай бұрын
You’re welcome!
@PhNg11119 ай бұрын
Hi, I got trouble in running cte in DBeaver. My cte name is not recognized at main query, even though the query still works. This problem causes me to have to enter column names letter by letter instead of using tabs.
@DatabaseStar9 ай бұрын
Oh that's odd. Perhaps there's a caching issue with the name of the subquery not being recognised. Or perhaps DBeaver doesn't recognise it - as in, it's a bug in DBeaver.
@willywooca11 ай бұрын
Can I run 2 queries together, and display the 2 results together at the bottom(one after the other)? Similar to what SSMS does?
@DatabaseStar11 ай бұрын
You may be able to do this if you select both queries and click the Execute button.
@abdurrazzak1612 Жыл бұрын
I installed today. Its awesome
@DatabaseStar Жыл бұрын
Glad to hear!
@Thebubble772 жыл бұрын
Great video, very helpful. Thank you!
@DatabaseStar2 жыл бұрын
Glad it was helpful!
@joshuakaufmann4081 Жыл бұрын
That was very helpful. Thankyou
@DatabaseStar Жыл бұрын
Glad it was helpful!
@igorhefner Жыл бұрын
great quality, subscribed!
@DatabaseStar Жыл бұрын
Much appreciated!
@rahulagarwal968 Жыл бұрын
Can i install DBeaver even if I have already installed xamp for mysql and pgadmin for postgres. Since DBeaver supports both. Which GUI software will you suggest me to use as a beginner ?
@DatabaseStar Жыл бұрын
Yes you can install dbeaver if you have those installed. Dbeaver is a good tool to use as a beginner, I find it easy to use and it’s quite popular so there is a lot of support if you have issues.
@rajatsharma58922 жыл бұрын
Awesome! Thanks, This video helped me a lot.
@DatabaseStar2 жыл бұрын
Glad it helped!
@mohammadzacharyabidin9780 Жыл бұрын
Hey, I wonder.. How can I download all the query codes from dbeaver?
@DatabaseStar Жыл бұрын
You can save the SQL queries you write as SQL files on your computer.
@MBorky22 жыл бұрын
Connection refused: connect I just installed postgradeSQL 14 and DBBeaver, but Iam not able to conneted according this video.
@DatabaseStar2 жыл бұрын
Oh. Is there any other information about the connection error?
@sorapple11292 жыл бұрын
Thanks for good tutorial. What is the issue for all tables under public/tables are not showing any table name (postgresql db). Thanks
@DatabaseStar2 жыл бұрын
Thanks, glad you like it!
@y-dv6qo Жыл бұрын
How can I create a chart after executing a SQL query please?
@DatabaseStar Жыл бұрын
There may be a DBeaver feature for this, otherwise I think you would have to use a tool like Excel.
@s734music2 жыл бұрын
Great explanation. I'm disappointed that DBeaver locks up basic and essential stuff like ERD behind the pricey Enterprise subscriptions. New users will find themselves paying way more than they ever expected to get necessary functions or having to switch to something free like PGAdmin that includes a visual ERD tool in every install.
@DatabaseStar2 жыл бұрын
Thanks! Yeah that is disappointing for something that is a common feature
@jlbardinas19 ай бұрын
Can you please show how to create a Database Dump in Dbeaver-CE?
@DatabaseStar9 ай бұрын
Sure, good idea!
@chrispotterfan Жыл бұрын
What management software is the best for the database firebird? I'm used to SSMS for microsoft sql servers.
@DatabaseStar Жыл бұрын
I haven't used Firebird at all, so I'm not sure what would be the best. However, DBeaver is pretty good, so if it works for Firebird you could try that.
@codingjhames Жыл бұрын
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. Connection refused Connection refused
@DatabaseStar Жыл бұрын
I assume this is Postgres? Is your database running, and is it on that port?
@paulobiscocho9042 Жыл бұрын
Great video!
@DatabaseStar Жыл бұрын
Thanks!
@deenaa_01938 ай бұрын
amazing content
@DatabaseStar8 ай бұрын
Thanks!
@mohammedalsarraj9963 Жыл бұрын
Could we connect it with ms access?
@DatabaseStar Жыл бұрын
Possibly, I'm not sure and I haven't tried it, but it might be possible.
@giridhark1280 Жыл бұрын
How to unlock a table in DBeaver if its get locked?
@DatabaseStar Жыл бұрын
I think it depends on your database vendor, but it should unlock when the transaction that is locking it has finished.
@LotusSoftPvtLtd2 жыл бұрын
Great tutorial.
@DatabaseStar2 жыл бұрын
Thanks!
@machocorpse69295 ай бұрын
Why is my select not capitalized, how can I fix this?
@DatabaseStar5 ай бұрын
There's a setting in DBeaver: Go to Preferences > General > Editors > SQL Editor > SQL Formatting. Then under Auto Format there is a box for Convert Keyword Case.
@machocorpse69295 ай бұрын
@@DatabaseStar thanks
@vineethreddy7072 Жыл бұрын
how to solve this "dbeaver error can't init data transfer Reason can't create or update target table"
@DatabaseStar Жыл бұрын
Oh I'm not sure how to resolve that, but there's probably an answer to it on StackOverflow.
@khushdeepsingh87782 жыл бұрын
Can anyone please help, if i want to join table x from db1 with table y from db2. Is this possible with dbeaver?
@DatabaseStar2 жыл бұрын
I think so, but it would depend on the database vendor you're using and if those features are supported. In Oracle, for example, you can use a concept called a "database link" to query a table from another database.
@firojtasildar63672 жыл бұрын
Can you make a video on how to make connection to oracle database
@DatabaseStar2 жыл бұрын
Sure! I've got one here using SQL Developer: kzbin.info/www/bejne/iqXdlGWNeLCWhNE But I don't have one for using DBeaver.
@the3amverses839 Жыл бұрын
Thank you!
@DatabaseStar Жыл бұрын
You're welcome!
@ZillianRain-pd7jk7 ай бұрын
how to write a query from difference database in dbeaver
@DatabaseStar7 ай бұрын
What do you mean?
@ZillianRain-pd7jk7 ай бұрын
@@DatabaseStar , from different micro service database
@korleone722 жыл бұрын
thank you for the review
@DatabaseStar2 жыл бұрын
No problem!
@prashlovessamosa Жыл бұрын
Thank you 🙏
@DatabaseStar Жыл бұрын
You’re welcome!
@francoiscoetzee9452 Жыл бұрын
Thank you
@DatabaseStar Жыл бұрын
You're welcome
@barbierubogdan46192 жыл бұрын
sa ...I don't even have a available device where i can download it
@DatabaseStar2 жыл бұрын
Ah well that would make it hard to use DBeaver...
@ianrickey208 Жыл бұрын
Subscribed.
@DatabaseStar Жыл бұрын
Thanks!
@firstsurname24786 ай бұрын
so ultimately this piece of software CANNOT save database schema? I wasted a day on this with no luck
@DatabaseStar6 ай бұрын
What do you mean by "save database schema"? Do you mean save the data into your tables within a schema? Or save the SQL script you use to set up your database? Or something else?
@74Bagas2 жыл бұрын
wow.. thank you
@DatabaseStar2 жыл бұрын
No problem!
@Music-tp8gg2 ай бұрын
nice video
@DatabaseStar2 ай бұрын
Thanks
@sumeennaazshaik12144 ай бұрын
helpful
@DatabaseStar4 ай бұрын
Thanks!
@oshoosho4604 Жыл бұрын
query builder!!!!!!
@DatabaseStar Жыл бұрын
Do you mean, you’d like a tutorial on query builder?
@oshoosho4604 Жыл бұрын
@@DatabaseStar obviously
@karandullet3802 жыл бұрын
I just wanted to edit game stats 🥲
@DatabaseStar2 жыл бұрын
You can use SQL to edit game stats, assuming you have the data in an SQL database. Where is the data now?
@azizbekmaqsudov8742 Жыл бұрын
when i press sapce after writing any word with uppercase it turns into lower case letters. why?
@DatabaseStar Жыл бұрын
I am guessing it's some kind of auto-format feature within DBeaver..