当前位置:网站首页>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,…边栏推荐
- D4:非成对图像去雾,基于密度与深度分解的自增强方法(CVPR 2022)
- MySQL learning notes (Advanced)
- Sword finger offer (I) -- handwriting singleton mode
- Research Report on the overall scale, major manufacturers, major regions, products and application segmentation of multi-channel signal conditioners in the global market in 2022
- Friends who firmly believe that human memory is stored in macromolecular substances, please take a look
- 读博士吧,研究奶牛的那种!鲁汶大学 Livestock Technology 组博士招生,牛奶质量监测...
- Download vagrant box file locally from Atlas and configuring it
- Longest public prefix of leetcode
- 如何防止你的 jar 被反编译?
- How does esrally perform simple custom performance tests?
猜你喜欢

One week dynamics of dragon lizard community | 2.07-2.13
![[hands on deep learning]02 softmax regression](/img/47/eb67ec2c51f6bb7d6b2879b36e769d.jpg)
[hands on deep learning]02 softmax regression

Today, I met a Alipay and took out 35K. It's really sandpaper to wipe my ass. it's a show for me
![[dynamic planning] p1220: interval DP: turn off the street lights](/img/b6/405e29ca88fac40caee669a3b7893f.jpg)
[dynamic planning] p1220: interval DP: turn off the street lights
![[shutter] statefulwidget component (create statefulwidget component | materialapp component | scaffold component)](/img/04/4070d51ce8b7718db609ef2fc8bcd7.jpg)
[shutter] statefulwidget component (create statefulwidget component | materialapp component | scaffold component)

MySQL learning record (3)

In depth research and investment feasibility report of global and Chinese isolator industry, 2022-2028

Huawei Hongmeng watch achieves fireworks display effect on New Year's Eve

Common routines of compressed packets in CTF

qwb2018_ core kernel_ rop
随机推荐
Check the confession items of 6 yyds
How does esrally perform simple custom performance tests?
Research Report on the overall scale, major manufacturers, major regions, products and application segmentation of voltage source converters in the global market in 2022
In depth research and investment feasibility report on the global and China active vibration isolation market 2022-2028
Lantern Festival, come and guess lantern riddles to win the "year of the tiger Doll"!
Research Report on the overall scale, major manufacturers, major regions, products and applications of outdoor vacuum circuit breakers in the global market in 2022
China microporous membrane filtration market trend report, technological innovation and market forecast
Go web programming practice (1) -- basic syntax of go language
Free open source web version of xshell [congratulations on a happy new year]
Investment strategy analysis of China's electronic information manufacturing industry and forecast report on the demand outlook of the 14th five year plan 2022-2028 Edition
Accounting regulations and professional ethics [17]
Get weekday / day of week for datetime column of dataframe - get weekday / day of week for datetime column of dataframe
Cardinality sorting (detailed illustration)
Golang embeds variables in strings
Adding data to the head or tail of the rar file can still decompress normally
Add two numbers of leetcode
Go language learning summary (5) -- Summary of go learning notes
Research Report on market supply and demand and strategy of China's atomic spectrometer industry
treevalue——Master Nested Data Like Tensor
MySQL learning record (4)