초무쿤님의 의견을 보고 구글링 해보니 nosql의 포괄적 개념으로
아몰라님의 "고객이 선택한 상품 자체를 하나의 테이블로 봐서 고객이 선택한 상품을 그 자체로 데이터로 본다" 라는 말은 맞는것같다는 생각이 듭니다.
제가 참조한 자료는 아래 사이트
https://medium.com/capital-one-tech/nosql-database-doesnt-mean-no-schema-a824d591034e
쭉 읽다보면 NoSQL 설명 전에 아래
As we go forward, we’ll see different schema representations. The application code is — in effect — a copy of the logical schema, but written in a programming language like Python. This means that developers must coordinate the code version of the schema with the SQL version of the schema.
어플리케이션코드는 사실상 논리스키마의 복사본이다.
이말과 아몰라님의 NoSQL예와 같은 개념으로 보이네요.