申論 2設關聯式資料庫(Relational database)中表格(Table)“Lots”之綱要(Schema)如下:Property_ID Country_name Lot# Area Price Tax_rate其中,Property_ID 為主鍵(Primary key),而{Country_name, Lot#}為一候選組合鍵(Candidate composite key),另外本綱要存有如下兩組功能相依關係(Functionaldependency):fd1: Country_name-->Tax_rate;fd2: Area-->Price㈠說明廣義式第三正規式(General definition of third normal form)的意義。(5 分)㈡說明表格“Lots”如何違背上述定義。(5 分)㈢將表格“Lots”轉化成廣義式第三正規式表格。(10 分)