Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/creating-tables.html
                                Use a CREATE TABLE statement to specify the layout of your table: mysql> CREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20), species VARCHAR(20), sex CHAR(1), birth DATE, death DATE); VARCHAR is a good choice for the name, owner, and species ...
                                            
                https://dev.mysql.com/doc/internals/en/creating-tables.html
                                 Once a handler is instanced, the first operation that will likely be required is the creation of a table. Your storage engine must implement the [custom-engine.html#custom-engine-api-reference-create create()] virtual method: virtual int ...The ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-create-table-select.html
                                 This topic describes how to create a new table and insert data using a SELECT query. SELECT statement is executed, the SELECT query is offloaded to MySQL HeatWave for processing, while the table is created in the DB System. 1 row in set, 1 warning ...row *************************** id: 1 select_type: NONE table: NULL partitions: NULL type: NULL possible_keys: NULL key: NULL key_len: NULL ref: NULL rows: NULL filtered: NULL Extra: Using secondary engine ...
                                            
                https://dev.mysql.com/doc/internals/en/logging-transactions-rules-for-create-table-select.html
                                If the TEMPORARY keyword is not used, write CREATE TABLE (without select) + BEGIN + row events + COMMIT to the TC. (R-log-create-select-statement-format) If logging in statement format (that is, one of the following holds: (1) ...If there is an ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-auto-parallel-load-task.html
                                 You can use Auto Parallel Load to set up the automatic creation of an external table along with the loading of data from files in Object Storage. We recommend setting up Auto Parallel Load with an input_list variable, and then using the ...Select ...To learn more about loading data, see Load Structured Data Using Lakehouse Auto Parallel ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-auto-parallel-load.html
                                 This topics in this section describe how to create external tables using Auto Parallel Load. 
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-manually.html
                                 The topics in this section describe how to create external tables manually. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-features-create-select.html
                                ROW format: The statement is logged as a CREATE TABLE statement followed by a series of insert-row events. SELECT statement to make any changes in tables other than the table that is created by the statement. If the destination table does not exist, ...SELECT always performs an implicit commit (Section 15.3.3, “Statements That Cause an Implicit ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-table-foreign-keys.html
                                A duplicate symbol results in an error similar to: ERROR 1005 (HY000): Can't create table 'test.fk1' (errno: 121). Creating a foreign key constraint requires the REFERENCES privilege on the parent table. Such an index is created on the referencing ... MySQL supports foreign keys, which permit cross-referencing related data across tables, and foreign key constraints, which help keep the related data ...If ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html
                                The following table shows some possible values for authentication_policy and the policy that each establishes for creating or altering accounts. CREATE TABLE and ALTER TABLE having a CHARACTER SET utf8mb4 clause without a COLLATION clause, either ...