创建数据库 CREATE DATABASE database; CREATE DATABASE PhoneDB; 使用数据库 USE database; USE PhonDB; .
基于1个网页-相关网页
This article deals with how to create the database and database objects using commands.
本文将介绍如何使用命令创建数据库和数据库对象。
Create a database base pool for any database.
为任何数据库创建数据库基本池。
When you create a database using the create database statement, the code page for the database will be derived from the operating system locale setting.
在使用CREATE database语句创建数据库时,将从操作系统的地区设置推导出数据库的编码页。
应用推荐