svp j'ai le schéma relationnel suivant:
CLIENT(code,nom,prenom,localite,num_tel,categorie)
COMMANDE(num_cmd,#code,date_cmd)
ARTICLE(ref _article,designation,prix_HT, TVA)
LIGNE_CMD(#num_cmd,#ref_article,quantite,remise)
CHIFFRE_AFFAIRE(journee,montant)
Afficher les produits qui sont commandés dans toutes les localités?
je n'arrive pas à trouver une réponse
Partager