Data Admin Service
Data Admin Service
- What's New
- Function Overview
- Service Overview
- Getting Started
-
User Guide
- Overview
- Permissions Management
- Logging In to the DAS Console
- Adding Login Information
- Logging In to a Database
- Modifying Login Information
- Deleting Login Information
- Logging In to Databases Shared by Others
- MySQL DB Instance Management (Development Tool)
- RDS for PostgreSQL Instance Management (Development Tool)
- DDS DB Instance Management (Development Tool)
- Distributed DDM DB Instance Management (Development Tool)
- Intelligent O&M
- Audit
- Change History
- Best Practices
-
FAQs
- Product Consulting
-
Connection Management (Development Tool)
- What Should I Do If I Can't Connect to My DB Instance Due to Insufficient Permissions?
- What Should I Do If I Can't Connect to My RDS for MySQL Instance?
- What Should I Do If I Can't Connect to My ECS (MySQL) Instance?
- What Should I Do If I Can't Connect to My RDS for PostgreSQL Instance?
- What Should I Do If I Can't Connect to My ECS (PostgreSQL) Instance?
- What Should I Do If I Can't Connect to My DDS Instance?
- What Should I Do If I Can't Connect to My DDM Instance?
- How Do I View and Modify ECS Security Group Rules?
- How Do I View and Modify Firewall Rules?
- Usage
- Service Support
- Change History
- Videos
Step 4: Manage Data
Updated on 2023-03-03 GMT+08:00
Tables
- On the Objects tab page, choose Tables. Click Create Table. On the displayed page, enter a table name, select the storage engine, character set, and collation, enter the comment, and set advanced settings.
- Ensure the settings are correct and click Next. Then add table columns.
- Click Next and add virtual columns, indexes, and foreign keys.
- Click Create. In the SQL Preview dialog box, click Back if there is any incorrect configuration, and click Execute to create the table if all configurations are correct.
Views
- On the Objects tab page, choose Views. Click Create View. On the displayed page, enter a view name, select the security, check option, and algorithm, and set the definer and view definition statement.
- Click Create. On the Confirm View Definition Script page, click Back if there is any incorrect configuration, and click Execute to create the view if everything is correct.
Stored Procedures
- On the Objects tab page, choose Stored Procedures. Click Create Stored Procedure. On the displayed page, specify the name and description.
- Confirm the settings and click OK. The SQL preview page is displayed.
- Click Option and configure the SQL security, determinacy, and data access.
- Ensure the settings are correct, and click OK and then Save. If you want to modify the SQL statement, click Cancel to go back to the SQL preview window.
- Click Execute to create a stored procedure.
Events
- On the Objects tab page, choose Events. Click Create Event. On the displayed page, enter an event name, specify the status and execution time, and enter the comment and event definition statements.
- Click Create. On the Confirm View Definition Script page, click Back if there is any incorrect configuration, and click Execute to create the event if everything is correct.
Triggers
- On the Objects tab page, choose Triggers. Click Create Trigger. On the displayed page, enter a trigger name, select the trigger table, trigger condition, and trigger event, and enter the trigger definition statement.
- Click Create. On the Confirm View Definition Script page, click Back if there is any incorrect configuration, and click Execute to create the trigger if everything is correct.
Functions
- On the Objects tab page, choose Functions. Click Create Function. On the displayed page, enter a function name and set the returned value type and description.
- Confirm the settings and click OK. The SQL preview page is displayed.
- Click Option and configure the SQL security, determinacy, and data access.
- Ensure the settings are correct, and click OK and then Save. If you want to modify the SQL statements, click Cancel to go back to the SQL preview window. Then click Execute to create the function.
Parent topic: Data Management
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.