QV_Developer_01-JP Free Dumps Study Materials
Question 6: 顧客は CustomerNumber 、 CustomerName 、 AddressLine1 、 AddressLine2 、 City 、 StateCode 、
PostalCode と CountryCode というフゖールド を持つゕドレステーブルがあります。
設計者は CustomerNumber と CustomerName の項目を除くゕドレステーブル上のすべての選
択を無視して、 お客様の国番号は米国または CA である個別の顧客の数を表示するようにグ
ラフを設計する必要があります。
どのように設計者は必要な値を計算することができますか。
A. count({$<CountryCode={US, CA}, Addresses.*=>} distinct CustomerNumber)
B. count({$<CountryCode={US, CA}, AddressLine1=, AddressLine2=, City=, StateCode=, PostalCode=>}
distinct CustomerNumber)
C. count({1<CountryCode={US, CA}, CustomerName=CustomerName,
CustomerNumber=CustomerNumber>} distinct CustomerNumber)
D. count({$<CountryCode={US or CA}, AddressLine1=, AddressLine2=, City=, StateCode=,
PostalCode=>} distinct CustomerNumber)
E. count({$<(CountryCode={US} or CountryCode={CA}), AddressLine1=, AddressLine2=, City=,
StateCode=, PostalCode=>} distinct CustomerNumber)
Correct Answer: B