sql statement summary
Using sql statements to operate the database
Create database
Syntax:
CREATE DATABASE [IF NOT EXISTS] db_name [CHARACTER SET charset_name] [COLLATE collation_name]
Where charset_name is the default character set specified for the database Collate is the default collation rule specified for the database (collation rule is a set of rules us ...
Added by scross on Fri, 24 Dec 2021 19:55:33 +0200
mysql based transactions
Course notes Day28
Database paradigm
Database transaction
Database view
Backup and restore
Chapter I database paradigm
Section 01 basic theory
What is the database paradigm?
When designing a table, we need to follow some database design specifications.
Why use paradigms?
In order to reduce the data redundancy in the database. ( ...
Added by slightlyeskew on Fri, 24 Dec 2021 19:43:25 +0200
[architect interview - large factory internal interview question-2] - 33 written MySQL questions with answers and table structure
After finishing these 33 questions, we don't have to worry about the written sql test any more. We don't talk much nonsense. Let's go straight to the dry goods!!!
1: Title
1. Query the Sname, Ssex, and Class columns of all records in the Student table.
2. Query all the companies of teachers, that is, the non duplicate Depart ment column.
3. ...
Added by shmeeg on Fri, 24 Dec 2021 18:55:59 +0200
Detailed introduction to command line installation and database initialization under Linux
Damon database command line installation and initialization examples are introduced in detail
1. Environmental description
Virtual machine and version: VMware ® Workstation 16 Pro Operating system and version: RedHat 7 one Database and version: DM8 Operating system installation options: minimize installation DM official website download ...
Added by parms on Thu, 23 Dec 2021 22:39:49 +0200
Mail management database design -- MySQL
1. Project background and demand analysis
1.1 project background
E-mail is widely used in enterprises. E-mail is generally used for communication and business between employees and customers. However, due to the lack of awareness of managing e-mail in many enterprises, a large number of e-mail management is chaotic, and there are some hid ...
Added by EODC on Thu, 23 Dec 2021 20:56:38 +0200
DDL and DML data operations of Hive
catalogue
1, DDL(Data Definition Language)
1. Create database
2. Query database
3. Modify database
4. Delete database
5. Create table
Management table (internal table)
External table
Conversion between two tables
Modify table
Delete table
Clear table
2, DML data operation
1. Data import
Load data into a table (load)
Insert data ...
Added by jtapoling on Thu, 23 Dec 2021 19:57:52 +0200
JavaWeb+MySQL to achieve a simple message board (very detailed ~)
Simple message board implemented by JavaWeb+MySQL
Hello, dear friends, I'm the Bug terminator ~. Unconsciously, I've been on holiday for 2 weeks. I've come to Monday. Today, I decided to update the article. Today, I'll bring you some experience in my learning process and avoid pitfalls for my friends. Let's share today
Message board requ ...
Added by Dennis1986 on Thu, 23 Dec 2021 18:51:39 +0200
Learn Java step by step Chapter 25 JDBC and database connection pool
Chapter 25 JDBC and database connection pool
821. Schematic diagram of JDBC
JDBC provides a unified interface for accessing different databases and shields the use details for users. Java programmers can use JDBC API to connect to any database system that provides jdbc driver, so as to complete various operations on the database The Java de ...
Added by aubeasty on Thu, 23 Dec 2021 16:10:27 +0200
Sqlite3 insert optimization summary
background
Recently, the main application scenario for the function of persisting vector data to Spatialite database is to request vector data in a certain range from db in real time, obtain its information (point set, style and field), present it on the map, or carry out vector information processing related businesses through the RTree ...
Added by alirezaok on Thu, 23 Dec 2021 15:54:16 +0200
Fault case | troubleshooting process of tokudb engine error in master-slave replication environment
Welcome to the MySQL technical articles shared by the great SQL community. If you have any questions or want to learn, you can leave a message in the comment area below. After seeing it, you will answer itThe original content of GreatSQL community cannot be used without authorization. Please contact Xiaobian and indicate the source for reprint. ...
Added by ferozsho on Thu, 23 Dec 2021 14:13:42 +0200