首页
Java
登录
6mi
u
盘
搜
搜 索
Java
oracle总结(二)
oracle总结(二)
xiaoxiao
2021-02-28
44
1.主键,唯一约束都和mysql一样
2.查看所有用户
select username from dba_users
修改用户密码
alter user 用户名 identified by 密码;
登录用户
connect xx/xx;
3.查看键
select constraint_name,constraint_type,status from user_constraints where table_name='表名';
转载请注明原文地址: https://www.6miu.com/read-2619720.html
技术
最新回复
(
0
)