목록19-1 대학 수업 (22)
incastle의 콩나물

데이터베이스 이론 및 실습 정재윤 교수님 수업 (19-1) SQL Defined - SQL is comprised of >> A data definition language (DDL) : used to define database structures >> A data manipulation language (DML) : data definition and updating SQL for Data definition - Create : To create database objects - Alter : To modify the structure and/or characteristics of database objects - Drop : to delete database objects - 제약 조건으로 PRIM..

경제성공학 김장호 교수님 수업 (19-1) Annual Worth(AW) AW is easy to calculate and easy to understand. AW 참 쉽죠잉~ PW method랑 가정이 동일함 (무슨 가정이었지..?) AW는 equivalent annual worth(EAW), equivalent annual cost(EAC), annual eqivalent(AE)랑 같은 말임 6.1 Advantage and Uses of Annual Worth Analysis AW를 사용할 때 좋은 점 PW, FW보다 좋을 때가 있음 AW is easy to understand by individual acquainted with annual amounts (ex. 매 년 지불해야할 달러) 그냥 A를..

데이터베이스 이론 및 실습 정재윤 교수님 수업 (19-1) Entity(독립체) -database에 나타나는 어떠한 유저에게 중요한 정보 Relation - 특정한 성질을 띄고 있는 2차원 table - 하나의 table에 하나의 topic을 갖고 있다. 각 table은 key를 갖고 있어 must be joined back 할 수 있다. - normalization을 통해 table 분리 Relation의 성질 - row는 entity에 대한 정보를 포함한다.(?) - Columns은 entity의 attribute에 대한 정보를 포함한다. - table의 cell은 single value이다. (표 한 칸에 두 개의 정보를 넣을 수 없다) - 하나의 Column안에 있는 정보는 같은 종류이며, 각 칼..
데이터베이스 이론 및 실습 정재윤 교수님 수업 (19-1) Purpose of a database - to keep track of things - spreadsheet나 list와 다르게 database는 좀 더 복잡하다. Problems with lists : Redundancy - list는 중복된 데이터가 들어갈 수 있다. - 특정 사람이 project 10개를 관리하고, 각 row마다 모든 정보 때려 박아 - 특정 사람의 신상 정보도 계속 중복해서 들어감 Problems with lists : Multiple Themes - list는 하나의 table에 하나의 theme이 담김 - database는 목적에 따라서 table 분리할 수 있음 - 왜냐면 table마다 연결이 됐으니까 List Mo..