이 페이지에서는 Google Cloud 콘솔에서 Spanner Studio를 사용하여 Spanner 데이터를 탐색하고 관리하는 방법을 설명합니다.
Spanner 스튜디오에는 쿼리 편집기 및 SQL 쿼리 결과 테이블과 통합되는 탐색기 창이 포함되어 있습니다. 이 인터페이스 하나에서 DDL, DML, SQL 문을 실행할 수 있습니다. 예를 들어 서드 파티 데이터베이스 쿼리 도구를 구성하는 대신 테이블을 만들고 쿼리 편집기를 사용하여 데이터를 즉시 쿼리할 수 있습니다.
탐색기 창의 검색창을 사용하여 프로젝트의 이름으로 데이터베이스 객체를 검색할 수 있습니다. 검색은 검색어와 직접 일치하거나 일치하는 항목이 포함된 리소스를 찾습니다. 검색어가 데이터베이스 객체 수준에서 너무 많은 리소스와 일치하면 결과에 모든 일치 항목이 표시되지 않을 수 있습니다. 검색어 범위를 좁혀 다시 검색합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-05(UTC)"],[],[],null,["# Manage your data using the Google Cloud console\n\nThis page explains how to explore and manage your Spanner data\nusing Spanner Studio in the Google Cloud console.\n\nSpanner Studio includes an **Explorer** pane that\nintegrates with a query editor and a SQL query results table. You can run DDL,\nDML, and SQL statements from this one interface. For example, instead of\nconfiguring a third-party database query tool, you can create a table and\nimmediately query your data using the query editor.\n\nIf you're new to Spanner, learn how to\n[create and query a database by using the Google Cloud console](/spanner/docs/create-query-database-console).\n\nExplore your data\n-----------------\n\nYou can use the **Explorer** to view, search, and interact with your\ndatabase objects. You can create, alter, and delete the following database\nobjects:\n\n- Tables\n- Columns\n- [Indexes and keys](/spanner/docs/secondary-indexes)\n- [Change streams](/spanner/docs/change-streams)\n- ML models hosted on [Vertex AI](/spanner/docs/ml)\n- [Roles](/spanner/docs/fgac-about)\n- [Views](/spanner/docs/views)\n- [Placements (in preview)](/spanner/docs/geo-partitioning)\n- [Graphs](/spanner/docs/graph/overview)\n - [Nodes](/spanner/docs/graph/schema-overview#property-graph-data-model)\n - [Edges](/spanner/docs/graph/schema-overview#property-graph-data-model)\n- [Saved queries (in preview)](/spanner/docs/saved-queries)\n\n| **Note:** System-level views in the `INFORMATION_SCHEMA` and `SPANNER_SYS` schemas are read-only.\n\nYou can use the search field in the **Explorer** pane to search for database\nobjects by name in your projects. The search finds resources that\ndirectly match, or contain matches, to your search query. If your search term\nmatches too many resources in a database object level, the result might not show\nall matches. Narrow your search term, and search again.\n\nTo access the **Explorer**, follow these steps:\n\n1. In the Google Cloud console, open the **Spanner** page.\n\n [Go to Spanner](https://console.cloud.google.com/spanner)\n2. Select an instance from the list.\n\n3. Select a database.\n\n4. In the navigation menu, click **Spanner Studio** . The\n **Explorer** pane displays a list of the objects in your database.\n\nCreate, modify, and query your data\n-----------------------------------\n\nUsing the query editor, you can run any combination of DDL, DML, and SQL\nstatements. Statements must be separated by a semicolon. You can compose\na query yourself, or you can populate the query editor with a template.\n\nStatements are executed based on the order in which you enter them in the\nquery editor. Consecutive DDL statements are batched and sent for execution all\nat once. For more information, see\n[Order of execution of statements in batches](/spanner/docs/schema-updates#order_of_execution_of_statements_in_batches).\n\nTo structure, modify, or query your data, follow these steps:\n\n1. In the Google Cloud console, open the **Spanner** page.\n\n [Go to Spanner](https://console.cloud.google.com/spanner)\n2. Select an instance from the list.\n\n3. Select a database.\n\n4. In the navigation menu, click **Spanner Studio**.\n\n5. Compose a query using one of the following methods:\n\n - To compose your own query, follow these steps:\n\n 1. Open a new tab by clicking add **New SQL editor tab** or add **New tab**.\n 2. When the query editor appears, write your query.\n - To compose a query starting with a template, follow these steps:\n\n 1. In the **Explorer** pane, next to a database object, click more_vert **View actions**. One or more available actions appear.\n 2. Click an action. The query editor populates with a template.\n 3. Replace any placeholders in the template.\n6. Click **Run** . The results of your query appear in the **Results** table."]]