3

I want to create a database for myself. The data has complex grouping. I don't know which system to use to create my database. The data is in groups and sub-group forms, it almost has 5-6 layers of subgroups. I tried SQL but such complex sub-groups are not possible in it.

I really need to create the database. Hope for some good advice. enter image description here

This is the type of grouping I want to do and I am searching for a kind of system that can save such data in a way that when I want to filter the data to find something I can get the results.

EG: if I search for high toughness properties of a material then MS and high carbon steel should appear.

Hope this helps.

Michael Green
  • 25,255
  • 13
  • 54
  • 100
Smeet Soni
  • 31
  • 2

1 Answers1

0

You can use PostgreSQL's inheritance feature.

Sahap Asci
  • 3,174
  • 1
  • 17
  • 28