创建数据库Student_info的SQL语句
下面是创建数据库Student_info的SQL语句:
create database Student_info on primary (name='Student_info_data', filename='C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\DATA\Student_info_data.mdf', size=20MB, maxsize=300MB, filegrowth=5MB) log on (name='Student_info_log', filename='C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\DATA\Student_info_log.ldf', size=5MB, maxsize=50MB, filegrowth=1MB);
原文地址: https://www.cveoy.top/t/topic/ngD1 著作权归作者所有。请勿转载和采集!