当前位置:网站首页>Basic learning of SQL Server -- creating databases and tables with the mouse
Basic learning of SQL Server -- creating databases and tables with the mouse
2022-07-07 23:49:00 【Xiaobai learning software】
This section uses the mouse to create databases and tables , The previous section is about creating a database with code And table
So don't read this section
1. Right click database , Click new database , Establish a database of student course selection (SCT).
2. Create a table , And enter the properties , Create a primary key according to the attributes of the table .
Sa The little key next to it means primary key ( Right click The small key is in the frame that will do )
3. Set up Ssex Default value of property
4. After setting properties , Save the table , Enter a name for the table “Student”
5. After refreshing the table , Right click the created table dbo.Student—— Edit the first two hundred lines —— input data
6. input data , Click on the next line
7. Establish departments in the above way Dept surface , Teachers' Teacher, Course Course, Course selection SC surface
departments Dept Table attributes and data
Teachers' Teacher Table attributes and data
Course Course Table attributes and data
Course selection SC Table attributes and data
8. Five tables are established , give the result as follows
边栏推荐
- Ping error: unknown name or service
- Pycharm basic settings latest version 2022
- 95.(cesium篇)cesium动态单体化-3D建筑物(楼栋)
- 【7.5】15. Sum of three numbers
- 正畸注意事项(持续更新中)
- 一个测试工程师的7年感悟 ---- 致在一路独行的你(别放弃)
- Chisel tutorial - 02 Chisel environment configuration and implementation and testing of the first chisel module
- 企业应用需求导向开发之人力部门,员工考勤记录和实发工资业务程序案例
- The file format and extension of XLS do not match
- Get started with mongodb
猜你喜欢
The file format and extension of XLS do not match
One click installation with fishros in blue bridge ROS
An example analysis of MP4 file format parsing
一份假Offer如何盗走了「Axie infinity」5.4亿美元?
HB 5469民用飞机机舱内部非金属材料燃烧试验方法
Laser slam learning (2d/3d, partial practice)
About the difference between ch32 library function and STM32 library function
二叉排序树【BST】——创建、查找、删除、输出
[experiment sharing] log in to Cisco devices through the console port
【LeetCode】20、有效的括号
随机推荐
P1067 [noip2009 popularity group] polynomial output (difficult, pit)
Dataguard 主备清理归档设置
Learn about scratch
HDU - 1260 Tickets(线性DP)
SAP HR social work experience 0023
DataGuard active / standby cleanup archive settings
Reverse output three digit and arithmetic sequence
Access database query all tables SQL
数据湖(十五):Spark与Iceberg整合写操作
SAP HR family member information
About the difference between ch32 library function and STM32 library function
HB 5469 combustion test method for non-metallic materials in civil aircraft cabin
go time包常用函数
2022.7.7-----leetcode. six hundred and forty-eight
【汇总】看过的一些Panel与视频
C language learning
FFA与ICGA造影
正畸注意事项(持续更新中)
【路径规划】使用垂距限值法与贝塞尔优化A星路径
[leetcode] 20. Valid brackets