Question
1 For every schema, list Schema, # tables, # records 2 For every schema, list table name, # attributes,# PK_ attr, # FK_ attr, #
1 For every schema, list Schema, # tables, # records
2 For every schema, list table name, # attributes,# PK_ attr, # FK_ attr, # NN_attr, # IDX_attr, # CC_attr, # UQ_attrs, # PGM_attr" 3 For every schema, list Table_ID, Table_Name, attribute_id, attribute_Name, PK_ID, FK_ID, NN_ID, constraint_type, and constraint_Name
4 For every schema, analyze PK, FK,and IDX a: list tables without PK b: list tables with PK but without FK c: list tables with PK but without IDX
5 For every database/schema, a: rank them according to number of NN (Not Null) have created B: For every tebles list fields with NN
6 For every database, list tables without PK
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started