공부(3)
-
Python Set이 정렬된 것 처럼 보이는 이유
sorting - Sets are sorted from 0-9 every single time in python?! Not unordered - Stack Overflow Sets are sorted from 0-9 every single time in python?! Not unordered I thought it was a coincidence at first so I wrote up a test to try it out and it's true, I ran it 1 million times and every single time the set came back ordered and sorted. This only occurs when ... stackoverflow.com common_opp = l..
2023.11.06 -
데이터베이스 기초 정리
[Database] 데이터베이스 정리 (엔티티, 릴레이션, 속성) (tistory.com) [Database] 데이터베이스 정리 (엔티티, 릴레이션, 속성) 데이터베이스란 데이터베이스(DB, Database)는 일정한 규칙, 혹은 규약을 통해 구조화되어 저장되는 데이터 모음이다. 이 데이터베이스를 제어 및 관리하는 통합 시스템을 DBMS (Database Management System) sasca37.tistory.com 데이터베이스(DB, Database)는 일정한 규칙, 혹은 규약을 통해 구조화되어 저장되는 데이터 모음이다. 이 데이터베이스를 제어 및 관리하는 통합 시스템을 DBMS (Database Management System)라고 하며, DBMS 마다 정의된 쿼리 언어들을 사용하여 데이터베이..
2023.08.25 -
EDL (Enterprise Data Lake)
What is an Enterprise Data Lake? — IBA Group - Blog (ibagroupit.com) What is an Enterprise Data Lake? — IBA Group - Blog This website uses cookies for analytics, personalization and advertising. You can change your cookie options at any time in the browser setting. Learn more in Cookie Policy. By continuing to browse, you agree to our use of cookies. blog.ibagroupit.com 데이터 레이크는 raw data를 모아놓은 것..
2023.08.24