This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
问题: 一、通过逆向分析事权数据库得到89张ODS表,已知70张,未知19张,如何分析出未知表的用途与数据流? 方法:1. 分析填报接口SQL 2. 分析视图 3. 将未知表整理出来交给其他人(熟悉业务)
二、如何描述表与表、表与视图、视图与视图、表与存储过程、视图与存储过程的关系及数据流向? 要求:1. 字段级别的血缘(自动分析、手动录入) 2. 支持搜索
计划: