From the course: DBeaver Essential Training

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Create a new table object

Create a new table object - DBeaver Tutorial

From the course: DBeaver Essential Training

Create a new table object

- [Instructor] Using the graphical interface, you can add new tables to your database without having to write out all of the SQL code yourself. The process uses the same conventions and workflow as we just explored when altering existing objects. To get started, you'll need to find the tables folder for your database connection. I'm going to demonstrate just inside of the sample database. So I'll find the tables folder in that connection, then right-click it and choose Create new table. That opens up an editor tab that looks identical to the interface that we were previously working with. You'll notice that we have a generic table name here that is pre-populated. And that also appears inside of either the database navigator or the projects view in a red font. So let's create a new table and I'll name it Cities. When I change the name, you'll notice that the name changes here in the tab, as well as over in the view.…

Contents