Tables & Data
Managing Data
Section titled “Managing Data”-
Navigate to Tables: Click on Database > Tables in the sidebar.
-
Select a Table: Choose the table you want to view from the list on the left.
-
Browse & Filter: Use the data grid to view your records. You can apply filters (e.g.,
age > 18) and sort by specific columns. -
Edit Records: Double-click any cell to edit its value directly. Changes are saved automatically.
-
Insert New Rows: Click the Insert Row button at the top to add new data to your table.
View Schema
Section titled “View Schema”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