diff --git a/.~lock.RA1.docx# b/.~lock.RA1.docx# new file mode 100644 index 0000000..c06b178 --- /dev/null +++ b/.~lock.RA1.docx# @@ -0,0 +1 @@ +,caleb,caleb-gaming-laptop-archlinux,22.02.2023 09:18,file:///home/caleb/.config/libreoffice/4; \ No newline at end of file diff --git a/CSVs/part.csv b/CSVs/part.csv new file mode 100644 index 0000000..e83ac20 --- /dev/null +++ b/CSVs/part.csv @@ -0,0 +1,7 @@ +pnumber,pname,city,color +p1,bolt,london,white +p2,bolt,paris,black +p3,screw,paris,yellow +p4,screw,paris,blue +p5,bolt,rome,white +p6,bolt,athens,white diff --git a/CSVs/sp.csv b/CSVs/sp.csv new file mode 100644 index 0000000..f058957 --- /dev/null +++ b/CSVs/sp.csv @@ -0,0 +1,20 @@ +snumber,pnumber,qty +s1,p1,100 +s1,p2,300 +s1,p3,150 +s1,p4,200 +s1,p5,200 +s1,p6,180 +s2,p1,400 +s2,p2,300 +s3,p2,150 +s4,p3,100 +s5,p5,400 +s4,p4,600 +,, +,, +,, +,, +,, +,, +,, diff --git a/CSVs/supplier(1).csv b/CSVs/supplier(1).csv new file mode 100644 index 0000000..c1ec550 --- /dev/null +++ b/CSVs/supplier(1).csv @@ -0,0 +1,7 @@ +snumber,sname,city,status +s1,white,london,20 +s2,black,paris,25 +s3,green,paris,21 +s4,black,london,15 +s5,papas,athens,18 +s6,pireli,rome,32 diff --git a/RA1.docx b/RA1.docx new file mode 100644 index 0000000..9ff6a11 Binary files /dev/null and b/RA1.docx differ diff --git a/relations.json b/relations.json new file mode 100644 index 0000000..6a9d464 --- /dev/null +++ b/relations.json @@ -0,0 +1 @@ +{"header": ["snumber", "sname", "status", "city"], "content": [["s2", "green", 21, "paris"], ["s6", "papas", 22, "athens"], ["s1", "white", 20, "London"], ["s4", "jones", 11, "paris"], ["s7", "fontenot", 33, "lafayette"], ["s5", "pireli", 42, "rome"], ["s3", "white", 33, "london"]]} \ No newline at end of file