> 文章列表 > 2022国赛25:postgresql服务
2022国赛25:postgresql服务
网友:sslake
文章列表
2024-03-21 17:36:50

大赛试题内容:
四、Postgresql服务(15分)
- 配置Linux3为postgresql服务器,创建数据库userdb;在库中创建表userinfo,在表中插入2条记录,分别为(1,user1,1995-7-1),(2,user2,1995-9-1),口令与用户名相同,password字段用md5函数加密,表结构如下: