select t.*,i.index_type from user_ind_columns t,user_indexes i where t.index_name = i.index_name and t.table_name = i.table_name and t.table_name = 要查询的表
2、查找表的主键(包括名称,构成列):
select cu.* from user_cons_columns cu, user_constraints au where cu.constraint_name = au.constraint_name and au.constraint_type = 'P' and au.table_name = 要查询的表
3、查找表的唯一性约束(包括名称,构成列):
select column_name from user_cons_columns cu, user_constraints au where cu.constraint_name = au.constraint_name and au.constraint_type = 'U' and au.table_name = 要查询的表
4、查找表的外键(包括名称,引用表的表名和对应的键名,下面是分成多步查询):
select * from user_constraints c where c.constraint_type = 'R' and c.table_name = 要查询的表
查询外键约束的列名:
select * from user_cons_columns cl where cl.constraint_name = 外键名称
查询引用表的键的列名:
select * from user_cons_columns cl where cl.constraint_name = 外键引用表的键名
5、查询表的所有列及其属性
ppa是耐高温尼龙塑胶材料。
PPA塑料中文为:耐高温尼龙PPa热变形温度高达300°C以上,连续使用温度可达170°C能满足所需的短期和长期的热性能。
简介
广的温度范围内和高湿度环境中保持其优越的机械特性强度、硬度、耐疲劳性及抗蠕变性。增韧品级PPA结合优越的韧度与一定范围的硬度和柔性,扣件中要求一次性使用的刚性、以及重复性使用中挠屈性的良好选择。
聚邻苯二酰胺(简称PPA)树脂是以对苯二甲酸或邻苯二甲酸为原料的半芳香族聚酰胺。既有半结晶态的,也有非结晶态的,其玻璃化温度在255°F左右。
非结晶态的PPA主要用于要求阻隔性能的场合;半结晶态的PPA树脂主要用于注塑加工,也用于其它熔融加工工艺下文主要介绍后者——半结晶态PPA树脂,特别注明的除外。半结晶态PPAS的熔点约590°F,以不透明矩形切片的形式供应。
以上内容参考:百度百科-PPA塑料