> 文章列表 > 2022国赛25:postgresql服务

2022国赛25:postgresql服务

2022国赛25:postgresql服务

大赛试题内容:

四、Postgresql服务(15分)

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

字段名

数据类型

主键

id