In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
Editor to share with you how to write the sentence in Oracle. I hope you will have something to gain after reading this article. Let's discuss it together.
What is the construction statement of Oracle?
The table creation statement of oracle database. The specific syntax is as follows:
CREATE TABLE tablename (column_name datatype [null,not null], column_name datatype [null,not null],. [constraint])
Recommend "SQL tutorial"
Syntax description:
Tablename: the table name of the table to be created in the database. The table name in the same database cannot be repeated.
Column_name: the column name of the created table, and the column name cannot be repeated in a table
Datatype: the data type that holds the data in the column of the created table
Null,not null: allows the column to be empty or not empty, which is not empty by default
Constraint: set constraints for columns in a table, such as primary key constraints, foreign key constraints, unique constraints, etc.
Example:
Create table table_name (id numner (12), text verchar2 (255CHAR) not null,-- char type, one Chinese character occupies one length PID varchar2 (32 BYTE) NOT NULL,-- byte type, UTF8 one Chinese character occupies about two lengths status number (1) DEFAULT 0 null-- add default value if empty default value is 0) read this article I believe you have a certain understanding of "how to write table sentences in Oracle". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!
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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.