Salut tout le monde;
J'ai la table suivante et je voudrais savoir comment faire pour effectuer une estimation de son volume
Je vous serais très reconnaissant de m'aider sur cette question
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37 Code Type Id_user Int(5) Nom Str(25) Prenom Str(25) Adresse Str(100) User Str(51) Pw Str(20) Role Str(15) Statut Str(10) Date_inscription Date Grade Str(15) Cod_message Int(10) Objet Str(30) Contenu Str(250) Date_msg date Id_req Int(10) Sujet Str(200) Date_req Date Etat_req Str(10) Cod_fil Int(5) Designation Str(20) Cod_sec Int(1) Designation Str(20) Cod_mod Int(4) Designation Str(25) Cod_chap Int(2) Designation Str(25) Cod_cours Int(2) Designation Str(25) Type_cours Str(10) Cod_test Int(2) Designation Str(25) Date_cre Date Date_fin Date Vol_Horraire Int(3) Note Double(5) Type Str(4)
Slts
Partager