Database VIEW does not reflect the data in the underying TABLE

前端 未结 6 1653
情话喂你
情话喂你 2021-01-04 12:40

Input:

The customer claims that the application (.NET) when querying for some data returns data different from when the customer looks into the data table directly

6条回答
  •  萌比男神i
    2021-01-04 13:09

    For sure there are other things:

    1) Derived attributes are pulling from wrong tables in the view
    2) The view is using incorrect tables
    3) incorrect or missing joins in the view
    

    to name a few

提交回复
热议问题