블로그
-
Tabulate 정리
using table, tabulate, summarize, and tabstat. table case table sex case table ht sex case tabulate case tabulate sex case tabulate sex case, row column chi2 summarize wt summarize wt, detail table sex
blog.naver.com · 2014.04.14
-
storage snapshot
data backup. Snapshots streamline access to stored data and can speed up the process of data recovery.
blog.naver.com · 2013.10.27
-
워드프레스 데이터베이스 구조
참조 : http://codex.wordpress.org/Database_Description#Table:_wp_posts WordPress 3.4 Tables (11)Table NameDescriptionRelevant Area(s) of WordPress User Interfacewp_commentmetaEach comment features information called the meta data
blog.naver.com · 2013.02.11
-
4일차(10월25일) INSERT, VARCHAR2, NVARCHAR2, 제약 조건
----------------------------------DQL(Data Query Language) - 데이터 질의어,SELECTDML(Data Manipulation Language INSERT 문의 테이블에 새 행(row)을 추가하는데 이용하며, single table insert나multi table insert를 수행할 수 있다. single table insert
blog.naver.com · 2012.12.01
-
VARCHAR2 -> CLOB
Add a new temporary CLOB column at the end of the existing table 2. Empty the existing VARCHAR2-column: Update my table set VARCHAR2-column = NULL; 4.
blog.naver.com · 2011.03.17
-
Netflix on AWS
NetflixOnAWS.aspx I did a talk at the Usenix Tech conference last year, Where does the Power Go in High Scale Data The discussion ended up in a long lunch over a big table with folks from both teams.
blog.naver.com · 2010.10.21
-
Architecture Interrogatives
who, what, when, where, why, and how, that facilitate collection and usage of architecture-related data Groups, as the major parts of the DoDAF Conceptual Data Model (CDM).
blog.naver.com · 2010.09.01
-
DoD AF 2.0 Models
Models Model List The DoDAF-described Models that are available in DoDAF V2.0 are listed in the table DoDAF-described Models are grouped into the following viewpoints: All Viewpoint (AV) Capability Viewpoint (CV) Data
blog.naver.com · 2010.09.01
-
2010년 IT 시장규모 성장 전망 - Gartner
특히나 business intelligence쪽과 data integration/data quality에 있어서 내가 할 수 있는 일이 무엇일까 다시금 고민해보게 만들고 있다. Table 1Worldwide IT Spending Forecast (Billions of U.S.
blog.naver.com · 2010.05.03
-
ECH - 인터페이스 설계
XmlUtil xutil = XmlUtil.getInstance(); doc = xutil.loadXmlResource( "KTM.xml" ); String expression = "//table /row[@type='data']"; NodeList nodes = xutil.getDocNodeL.......
blog.naver.com · 2009.10.15