In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the method of creating student table with SQL sentence, which is very detailed and has certain reference value. Friends who are interested must finish reading it.
Steps: 1, open "sql server"; 2, use "creat table student ();" to create a table; 3, use "char ()" to define the type of name, sex, and age; 4, use "insert into student values ();" to define table attributes.
Steps:
Create table Student (Sno char (10), Sname varchar (20), Ssex char (2), Sage tinyint, Sdept varchar (20),) insert into Student values ('201215121','Li Yong', 'male','20'), ('2012 15122', 'Liu Chen', 'female','19'), ('201215123', 'Wang Min', 'female','18'), ('201215125' Zhang Li, 'male', '19') 'IS')
Let's open the new query of sql
Let's build a table called student.
We enter the student number and name, and the type is represented by characters.
We enter gender, age, and major, which are defined by the appropriate type.
At this time, we press the execution.
We can see that the system shows that the table has been built successfully.
The above is all the contents of the article "how to create a student table with sql sentences". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.