Skip to content

Tables & Data

  1. Navigate to Tables: Click on Database > Tables in the sidebar.

  2. Select a Table: Choose the table you want to view from the list on the left.

  3. Browse & Filter: Use the data grid to view your records. You can apply filters (e.g., age > 18) and sort by specific columns.

  4. Edit Records: Double-click any cell to edit its value directly. Changes are saved automatically.

  5. Insert New Rows: Click the Insert Row button at the top to add new data to your table.

Switch to the Schema tab to see your table’s structure. Here you can see:

  • Column names and SQL data types
  • Default values and nullable constraints
  • Primary keys and foreign key relations
  • Automatically generated indexes