Posts by Breno Baiardi • 105 points
4 posts
-
1
votes2
answers1288
viewsA: How to create 1:N relationship tables?
The problem has been solved. I’ve always had trouble understanding the concept, but IN FACT, when creating a 1:N relationship I’m not creating many tables for a table, I’m just creating more rows in…
-
0
votes1
answer1961
viewsQ: how to calculate the storage volume of a database
The thing is, I’m having concerns about a database being used in a project. The project consists of the development of a software to unite the respective data to two solar spectrum sensors, and then…
-
1
votes2
answers1288
viewsQ: How to create 1:N relationship tables?
I’ve studied databases and understand how to diagram this type of relation, but now that I’m trying to implement this database using sqlite3 and python I’ve seen some problems. I have the following…
-
8
votes1
answer12189
viewsQ: How to create an executable from python
I’m doing a service where I have to do a program that reads and creates files with numerical data. The problem I have is that the computers on which the program will be used are not accessible to…