They are all populated with the data retrieved from the customer table.
Ils sont tous remplis par les données retrouvées dans la table customer.
To record that information, you add a "Send e-mail" column to the customer table.
Pour enregistrer ces informations, vous ajoutez une colonne « Envoyer un courrier électronique » dans la table customer.
The constraint here is that all orders must be associated with a customer that is already in the CUSTOMER table.
La contrainte ici est que tous les ordres doivent être associés à un client qui est déjà dans la table de CLIENT.
In this case, we will place a foreign key on the ORDERS table and have it relate to the primary key of the CUSTOMER table.
Dans ce cas-ci, nous placerons une clef étrangère sur la table d'ORDRES et la ferons se relier à la clef primaire de la table de CLIENT.
There is a plan associated to each customer in the customer table.
For each mobile number listed in the customer table, there are multiple records in the calls table.
Pour chaque numéro de mobile répertorié dans le tableau des clients, le tableau des appels contient plusieurs enregistrements.
For a customer table, you could choose the customer name.
For example, you can retrieve the plan details for Sarah from the customer table and use those details to retrieve pricing details from the bills table.
Par exemple, vous pouvez extraire les informations de plan de Sarah à partir du tableau des clients et utiliser ces informations pour extraire les informations de tarification à partir du tableau des factures.
The customer table is linked to the bills table using the Bill Plan field.
Le tableau des clients est lié au tableau des factures à l'aide du champ Plan de facturation.
The customer table is linked to the calls table using the Mobile Number (mobilenum) field.
Le tableau des clients est lié au tableau des appels à l'aide du champ Numéro de mobile (mobilenum).
Business logic requires that all orders must be associated with a customer that is already in the CUSTOMER table.
La contrainte ici est que toutes les commandes doivent être associées à un client qui se trouve déjà référencé dans la table CUSTOMER.
Description The sample formula creates a new calculated column in the Customer table with the full customer name as a combination of first name, middle initial, and last name.
Cet exemple de formule crée une colonne calculée dans la table Customer avec le nom complet du client qui est la combinaison du prénom, de l'initiale centrale et du nom.
If you run the application now, you will see that the tables are linked together, and that when you move to a new record in the CUSTOMER table, you see only those records in the ORDERS table that belong to the current customer.
Compilez l'application et exécutez-la. Si vous lancez l'application maintenant, vous pouvez constater que les tables sont liées et que quand vous vous déplacez sur un nouvel enregistrement de la table CUSTOMER, seuls apparaissent les enregistrements de la table ORDERS appartenant au client en cours.