Subject | English | Korean |
comp., MS | Make Table query | 테이블 만들기 쿼리 (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS | make-table query | 테이블 만들기 쿼리 (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS | partitioned table parallelism | 분할된 테이블 병렬 처리 (The parallel execution strategy for queries that select from partitioned objects. As part of the execution strategy, the query processor determines the table partitions that are required for the query and the proportion of threads to allocate to each partition. In most cases, the query processor allocates an equal or almost equal number of threads to each partition, and then executes the query in parallel across the partitions) |
comp., MS | table data region | 테이블 데이터 영역 (A report item on a report layout that displays data in a columnar format) |
comp., MS | Table Designer | 테이블 디자이너 (A visual design surface that is used to create and edit TSQL tables and table related objects) |
comp., MS | Table Hierarchy | 표 계층 구조형 (A SmartArt graphic layout used to show groups of information built from top to bottom, and the hierarchies within each group. This layout does not contain connecting lines) |
comp., MS | table layout | 표 레이아웃 (The layout of a form in which all elements are positioned in cells within a table) |
comp., MS | Table List | 표 목록형 (A SmartArt graphic layout used to show grouped or related information of equal value. The first Level 1 line of text corresponds to the top shape and its Level 2 text is used for the subsequent lists) |
comp., MS | table lock | 테이블 잠금 (A lock on a table including all data and indexes) |
IT | table look-up | 테이블 룩업Table look-up |
comp., MS | table name | 표 이름 (A name for an Excel table, which is a collection of data about a particular subject that is stored in records (rows) and fields (columns)) |
comp., MS | table of authorities | 관련 근거 목차 (A list of the references in a legal document, such as references to cases, statutes, and rules, along with the numbers of the pages the references appear on) |
comp., MS | table of contents | 목차 (The listing of contents at the beginning of a document or file) |
comp., MS | table of figures | 그림 목차 (A list of the captions for pictures, charts, graphs, slides, or other illustrations in a document, along with the numbers of the pages the captions appear on) |
comp., MS | table-per hierarchy | 계층당 하나의 테이블 (A method of modeling a type hierarchy in a database that includes the attributes of all the types in the hierarchy in one table) |
comp., MS | table-per-concrete type | 구체적 형식당 테이블 (A method of mapping the inheritance where each non-abstract type in the hierarchy is mapped to separate table in the database. Often used when there are unrelated tables that store the same kinds of data in the database. For example, the Product and DiscontinuedProduct tables) |
comp., MS | table-per-type | 형식당 하나의 테이블 (A method of modeling a type hierarchy in a database that uses multiple tables with one-to-one relationships to model the various types) |
comp., MS | table reference | 테이블 참조 (A name, expression or string that resolves to a table) |
comp., MS | Table service | 테이블 서비스 (The data management service in Windows Azure Storage that stores large amounts of structured, non-relational data. The Table service is a NoSQL datastore that accesses authenticated calls from inside and outside Windows Azure) |
comp., MS | table-valued function | 테이블 반환 함수 (A user-defined function that returns a table) |