SQL 쿼리 oor Engels

SQL 쿼리

Vertalings in die woordeboek Koreaans - Engels

sql query

en
An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
가장 쉬운 시작 방법은 다음 예에 표시된 표준 SQL 쿼리 상단에 'standardSQL' 주석을 포함하는 것입니다.
The easiest way to get started is to include the comment "standardSQL" at the top of your Standard SQL queries as shown in the following examples.support.google support.google
다음 예는 동일한 데이터에 대한 표준 SQL 및 이전 SQL 쿼리를 보여줍니다.
The following examples show you Standard SQL and Legacy SQL queries for the same data.support.google support.google
단일 표에 연결하는 대신 SQL 쿼리를 제공하려면 맞춤 쿼리 옵션을 선택하세요.
Select the CUSTOM QUERY option to provide a SQL query instead of connecting to a single table.support.google support.google
호출 수준 인터페이스는 어떻게 프로그램이 SQL 쿼리를 데이터베이스 관리 시스템(DBMS)에 보낼 것이며, 어떻게 일정한 방법으로 레코드셋이 애플리케이션에 의해 관리되어야 하는지를 정의한다.
The Call Level Interface defines how a program should send SQL queries to the database management system (DBMS) and how the returned recordsets should be handled by the application in a consistent way.WikiMatrix WikiMatrix
예를 들어 Google 스프레드시트에 새 열을 추가하거나, 더 많거나 적은 수의 필드를 반환하기 위해 맞춤 BigQuery 연결에 사용된 SQL 쿼리를 수정한 후에는 데이터 소스를 새로고침해야 합니다.
For example, if you add new columns to a Google Sheet, or modify the SQL query used in a custom BigQuery connection to return more or fewer fields, you should refresh the data source.support.google support.google
SQL을 통해 트리플스토어를 구현할 때의 어려운 점은 트리플이 저장될 수 있더라도 그래프 기반 RDF 모델의 효율적인 조회 방식을 SQL 쿼리에 구현하는 것(예: SPARQL로부터의 매핑)은 어렵다.
A difficulty with implementing triplestores over SQL is that although "triples" may thus be "stored", implementing efficient querying of a graph-based RDF model (such as mapping from SPARQL) onto SQL queries is difficult.WikiMatrix WikiMatrix
현대의 펄 응용 프로그램들에서, 특히 카탈리스트와 같은 웹 프레임워크를 이용하여 작성된 프로그램의 경우, DBI 모듈은 종종 SQL 쿼리를 만들어서 응용 프로그램 제작자에게 투명하게 데이터를 관리하게 하는 DBIx::Class, Class::DBI Rose::DB::Object 등의 객체 관계 매퍼를 통해 간접적으로 사용된다.
In modern Perl applications, especially those written using web frameworks such as Catalyst, the DBI module is often used indirectly via object-relational mappers such as DBIx::Class, Class::DBI or Rose::DB::Object that generate SQL queries and handle data transparently to the application author.WikiMatrix WikiMatrix
쿼리는 표준 SQL을 사용하므로 쿼리를 실행하기 전에 해당 옵션을 선택해야 합니다.
These queries use Standard SQL, so make sure you select that option before you run a query.support.google support.google
표준 SQL은 현재 BigQuery에 저장된 데이터 쿼리에 선호되는 SQL 언어입니다.
Standard SQL is now the preferred SQL dialect for querying data stored in BigQuery.support.google support.google
DCOUNTA: SQL과 같은 쿼리를 사용하여 데이터베이스 표와 같은 배열 또는 범위에서 선택된 텍스트를 포함하는 값을 셉니다.
DCOUNTA: Counts values, including text, selected from a database table-like array or range using a SQL-like query.support.google support.google
DCOUNT: SQL과 같은 쿼리를 사용하여 데이터베이스 표와 같은 배열 또는 범위에서 선택된 숫자 값을 셉니다.
DCOUNT: Counts numeric values selected from a database table-like array or range using a SQL-like query.support.google support.google
데이터 스튜디오는 이 맞춤 SQL을 생성된 각 데이터베이스 쿼리의 내부 SELECT 구문으로 사용합니다.
Data Studio uses this custom SQL as an inner select statement for each generated query to the database.support.google support.google
FROM table_customers c JOIN accounts_table a ON a.customer_id = c.customer_id ) 이 시점에서의 최적화도구는 쿼리를 취해서 필요없는 복잡함을 제거하며(예: 주소를 읽는 것은 필요치 않다, 부모 자원이 그것을 이용하지 않기 때문에), 프로세싱을 위해 SQL 엔진에 그 쿼리를 전송한다.
FROM table_customers c JOIN accounts_table a ON a.customer_id = c.customer_id ) The optimizer then removes unnecessary fields and complexity (for example: it is not necessary to read the address, since the parent invocation does not make use of it) and then sends the query to the SQL engine for processing.WikiMatrix WikiMatrix
이 방법의 보고를 사용하기로 결정한 경우 읽기 전용 계정을 사용하여 SQL 쿼리를 실행해야 합니다.
If you do decide to pursue this method of reporting, ensure that SQL queries are run using a read-only account.ParaCrawl Corpus ParaCrawl Corpus
제조 실행 시스템으로부터 얻을 수 있는 데이터를 사용하여 SQL 쿼리를 정의하고 문서화합니다.
They define and document SQL queries with which they can obtain data from the manufacturing execution system.ParaCrawl Corpus ParaCrawl Corpus
직관적인 시각적 인터페이스를 통해 복잡한 SQL 쿼리 빌드.
Build complex SQL queries via an intuitive visual interface.ParaCrawl Corpus ParaCrawl Corpus
제공자 클라이언트 쿼리SQL 쿼리와 비슷하며, 반환할 열 집합과 선택 기준 집합, 그리고 정렬 순서가 이 안에 들어 있습니다.
A provider client query is similar to an SQL query, and it contains a set of columns to return, a set of selection criteria, and a sort order.ParaCrawl Corpus ParaCrawl Corpus
쿼리 플랜(query plan) 또는 쿼리 실행 계획(query execution plan)은 SQL 관계형 데이터베이스 관리 시스템의 데이터 접근에 사용되는 순서가 있는 단계별 집합이다.
A query plan (or query execution plan) is an ordered set of steps used to access data in a SQL relational database management system.WikiMatrix WikiMatrix
주 메뉴 파일 >새로 만들기 >SQL 편집기 를 실행합니다. 또는 새로 만들기 도구 모음에서 SQL쿼리 편집기를 클릭하거나 Ctrl+N를 누릅니다.
On the main menu bar, go to File >New >SQL Editor . Or, simply click [SQL Query Editor] on the New Toolbar or press Ctrl+N.ParaCrawl Corpus ParaCrawl Corpus
또는 새로 만들기 도구 모음에서 SQL쿼리 편집기를 클릭하거나 Ctrl+N를 누릅니다. SQL 편집기에서 여러 개의 SQL을 작성합니다. (SQL사이 구분 기호는 ; 입니다.)
Or, simply click [SQL Editor] on the toolbar or press Ctrl+N. Write SQL on multiple SQL Editors. Use semicolon(;) to separate the tables.ParaCrawl Corpus ParaCrawl Corpus
펄의 문자열 핸들링 기능은 SQL 쿼리를 생성하는데 사용될 수 있다. 배열, 해시, 자동 메모리 관리 기능을 통해 반환된 데이터를 수집하고 처리하기 매우 쉽다.
Perl's text-handling capabilities can be used for generating SQL queries; arrays, hashes, and automatic memory management make it easy to collect and process the returned data.ParaCrawl Corpus ParaCrawl Corpus
일단 phpMyAdmin가되었다, 나는 다음 wp_postmeta (본인이 다른 경우 'wp_'접두사가 기본이며, 적절한 SQL 쿼리를 조정) phpMyAdmin 인터페이스의 왼쪽에있는 목록에서 테이블 내 사이트의 데이터베이스를 선택했습니다.
Once phpMyAdmin was up, I selected my site's database, then the wp_postmeta (the 'wp_' prefix is the default, if yours is different, adjust the SQL query appropriately) table from the list on the left side of the phpMyAdmin interface.ParaCrawl Corpus ParaCrawl Corpus
해커는 애플리케이션의 데이터베이스 계층 취약점을 이용하여 악의적인 SQL 쿼리를 웹 사이트 입력 필드에 삽입하여 애플리케이션을 속여 의도하지 않은 명령을 실행하게 만들고 백엔드 데이터베이스에 침투합니다.
By taking advantage of vulnerabilities in the database layer of an application, hackers are able to inject malicious SQL queries into a website entry field, trick the application into executing unintended commands, and penetrate the backend database.ParaCrawl Corpus ParaCrawl Corpus
해결 방법: vCenter Server에서 유입되는 큰 IN CLAUSE가 포함된 SQL 쿼리로 인해 데이터베이스 성능 문제가 발생하는 경우에는 vpxd.cfg 구성 파일을 통해 EventManager에서 생성되는 쿼리를 변경하는 다음과 같은 구성 매개 변수를 사용할 수 있습니다.
Workaround: If the database performance issue is caused by a SQL query with a huge IN CLAUSE coming from vCenter Server, then the following config parameter can be used which alters the query produced from EventManagervia the vpxd.cfg configuration file.ParaCrawl Corpus ParaCrawl Corpus
또는 새로 만들기 도구 모음에서 SQL쿼리 편집기를 클릭하거나 Ctrl+N를 누릅니다. SQL 편집기에서 하위 쿼리 포함한 SQL문을 작성합니다. 하위 쿼리를 클릭 하면 자동으로 배경색이 바뀌며, 블록을 씌우지 않아도 실행 할 수 있습니다.
Or, simply click SQL Editor on the toolbar or press Ctrl+N. In the SQL editor, create an SQL statement that contains a subquery. When you click a subquery, the background color changes automatically, and you can run them without blocking.ParaCrawl Corpus ParaCrawl Corpus
46 sinne gevind in 8 ms. Hulle kom uit baie bronne en word nie nagegaan nie.