- Home
- Contests
- SoftUni Serbia
- Python Development (RS)
- Python DB (RS)
- PostgreSQL (RS)
- PostgreSQL - Exercises (RS)
- Data Types and Table Basics - Exercise (RS)
Data Types and Table Basics - Exercise (RS)
Contest details
The contest is active until: 00:00 24.2.2025
There is no description for the selected contest.
Contest participants: 18
Practice participants: 4
Problems
01. Create a Table
Problem Description
02. Rename the Table
03. Alter the Table
04. Rename Column
05. Add New Columns
06. Create ENUM Type
07. Set Default
08. Add Constraints
09. Change Column’s Data Type
10. Drop Constraint
11. Remove Column
12. Table Birthdays
13. Insert Into
14. Select
15. Truncate the Table
16. Drop the Table