当前位置:网站首页>Gbase 8s database basic syntax
Gbase 8s database basic syntax
2022-07-02 21:33:00 【KnowledgeCloud】
GBase It is a database product of its own brand launched by NANDA General Data Technology Co., Ltd , In the domestic database market, it has a high Brand awareness .GBase The range of products includes : New analytical database GBase 8a、 Distributed parallel database cluster GBase 8a Cluster、 High end transactional database GBase 8t、 High speed memory database GBase 8m/AltiBase、 Visual business intelligence GBaseBI、 Large directory service system GBase 8d、 Hard encrypted secure database GBase 8s
GBase 8s It is a secure database product with completely independent intellectual property rights , Fully meet the safety model and safety requirements of the third level of the national standard . The product adopts domestic cryptographic algorithm and hardware encryption technology , Provide encryption including data storage 、 Data transmission encryption 、 Safety labels 、 Enforce access control 、 Separation of powers 、 Main security functions including security audit .GBase 8s Has been issued by the Ministry of public security 《 Computer information system security products sales license 》, Issued by the state secret service 《 Business password product model certificate 》、《 Password detection certificate 》 as well as China Information Security Certification Center Issued by the CCIS Certification certificate .
One 、 Create a class
1、 Syntax for creating views :
create view [if exists] <view_name> as <query_define>;2、 Syntax for creating tables :
create table [if not exists] <table_name> ( ColumnName1 data_type1,ColumnName2 data_type2,....);3、 Create database :
create database [if not exists] <databasename>;4、 New column syntax in the table :
alter table <tablename> add (NewColumnName1 date_tye1[,NewColumnName2 date_tye2,....]) [before OldColumeName];Two 、 Rename class
1、 Syntax of database rename :
rename database <old_db_name> to <new_db_name>;2、 Rename the syntax of existing columns in the table :
rename column <table_name> <oldColumnName> to <newColumnName>;3、 Rename table name :
rename table <old_tablename> to <new_tablename>;3、 ... and 、 Delete class
Database non-existent 、 Currently operating Database、 Modified name Database on , These feelings You cannot delete or modify the current database .
1、 Delete database Syntax :
drop database [if exists] <db_name>;2、 Syntax for deleting Columns :
alter table <tablename> drop ( OldColumnName1[,OldColumnName2,.....] );3、DELETE Delete Syntax :
delete from <table_name> [where condition];
perhaps
delete <table_name> [where condition];Four 、 Insert class
1、INSERT Basic grammar :
insert into <table_name > [column_name1, column_name2…] values(value1,value2…);2、INSERT Advanced Grammar :
insert into <table_name> [column_name1, column_name2…] select col_name1, col_name2,…边栏推荐
- Analyze comp-206 advanced UNIX utils
- Analysis of enterprise financial statements [2]
- Friends who firmly believe that human memory is stored in macromolecular substances, please take a look
- Construction and maintenance of business websites [8]
- ~90z axis translation
- Construction and maintenance of business website [5]
- Welfare | Pu Aries | liv heart co branded Plush surrounding new products are on the market!
- Send blessings on Lantern Festival | limited edition red envelope cover of audio and video is released!
- kernel_ uaf
- Common routines of compressed packets in CTF
猜你喜欢

MySQL learning notes (Advanced)
![The web version of xshell supports FTP connection and SFTP connection [detailed tutorial] continued from the previous article](/img/8f/6759b4685a129f9d10d6ea1dc8e61e.jpg)
The web version of xshell supports FTP connection and SFTP connection [detailed tutorial] continued from the previous article

How is LinkedList added?

MySQL learning record (3)

Capacity expansion mechanism of ArrayList

Unexpectedly, there are such sand sculpture code comments! I laughed
![[shutter] statefulwidget component (floatingactionbutton component | refreshindicator component)](/img/17/b5889ec263687aeacf19214785ea8a.jpg)
[shutter] statefulwidget component (floatingactionbutton component | refreshindicator component)

MySQL learning record (4)
![[question brushing diary] classic questions of dynamic planning](/img/31/fcd8230f809d6178f11e7095c1ef94.jpg)
[question brushing diary] classic questions of dynamic planning
![[error record] the command line creates an error pub get failed (server unavailable) -- attempting retry 1 in 1 second](/img/6e/c82ff02a249b5d275a4589120a197a.jpg)
[error record] the command line creates an error pub get failed (server unavailable) -- attempting retry 1 in 1 second
随机推荐
Send blessings on Lantern Festival | limited edition red envelope cover of audio and video is released!
Accounting regulations and professional ethics [17]
Friends who firmly believe that human memory is stored in macromolecular substances, please take a look
Research Report on the overall scale, major manufacturers, major regions, products and applications of friction dampers in the global market in 2022
Cloud computing technology [1]
Research Report on minimally invasive medical robot industry - market status analysis and development prospect prediction
3DES (deSede) encryption CBC mode pkcs7padding filling Base64 encoding key 24byte iv8byte
JDBC | Chapter 3: SQL precompile and anti injection crud operation
Internet Explorer ignores cookies on some domains (cannot read or set cookies)
BitSet complement
MySQL learning notes (Advanced)
Research Report on the overall scale, major manufacturers, major regions, products and applications of micro hydraulic cylinders in the global market in 2022
Construction and maintenance of business website [3]
rwctf2022_ QLaaS
[fluent] dart technique (independent main function entry | nullable type determination | default value setting)
[question brushing diary] classic questions of dynamic planning
mysql
Golang string segmentation
kernel_ uaf
Research Report on the overall scale, major manufacturers, major regions, products and applications of sliding door dampers in the global market in 2022