הצטרפו לקבוצות שלנו לקבלת עדכונים מרוכזים פעם בשבוע:

ווטסאפ:
http://wa.dwh.co.il
טלגרם:
http://telegram.dwh.co.il

lookup tables

More
17 years 7 months ago #2978 by Avner_ni
lookup tables was created by Avner_ni
שלום רב.
אני משתמש BOXI.
נתקלתי  בצורךבבניית lookup tables.
מישהו יכול לתת הסבר מפורט או להפנות למידע בנושא?

בתודה מראש

Please התחברות to join the conversation.

More
17 years 7 months ago #2979 by Yoav
Replied by Yoav on topic בעניין: lookup tables
לשם מה אתה צריך לבנות lookup tables ?
בעקרון מדובר באבני הייסוד של מחסן נתונים וכהגדרתו (מיני רבים):

A lookup table is used to display information from one table based on the value of a foreign-key field in another table. For example, consider a table of Orders in a sales database. Each record in the Orders table includes a CustomerID indicating which customer placed the order. The CustomerID is a foreign key pointing to a customer record in the Customers table. When presenting a list of Orders (from the Orders table) you may want to display the actual customers name, as opposed to the CustomerID. Since the customers name is in the customers table, and you are presenting data from the Orders table, you need to create a lookup table, which takes the CustomerID value in the Orders record, and uses that value to navigate the relationship and return the more readable, customer name. This concept is known as a lookup table.


לבנתיים :

ההגדרה בוויקיפידה:

en.wikipedia.org/wiki/Lookup_table

ודוגמא פרקטית:

www.projectdmx.com/dbdesign/lookup.aspx

ועוד איזה ספרון קטן:

ocw.mit.edu/NR/rdonlyres/Urban-Studies-a...9/0/lect5queries.pdf

Best Regards

Yoav Yahav

BI & DWH & SAP Business Objects

+972-52-3562982

bi.bobjects@gmail.com
thebobaba.blogspot.com/
www.bics.co.il/193657/sapbicoeeng
www.bo.dwh.co.il

Please התחברות to join the conversation.

Moderators: Yoav
Time to create page: 0.228 seconds