analyze_normalization_level
Determine the normalization level (1NF, 2NF, 3NF) of SQL Server tables using a heuristic approach for database schema analysis.
Instructions
Analyze normalization level of tables using heuristic approach (1NF, 2NF, 3NF detection)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | No | Specific table to analyze (default: all tables) |