Câu lệnh INSERT INTO được sử dụng để thêm dữ liệu mới vào một bảng trong cơ sở dữ liệu SQL.

Có 2 cú pháp để sử dụng Insert into
Cách 1: chỉ định cả tên cột và giá trị được thêm vào bảng
INSERT INTO table_name (column1, column2, column3, ...) VALUES (value1, value2, value3, ...);
Cách 2: chỉ ra giá trị đưa vào mà không cần chỉ ra cột
INSERT INTO table_name VALUES (value1, value2, value3, ...);
Ví dụ:
--Chỉ định rõ ràng cột
INSERT INTO customers (name, email, phone)
VALUES ('Nguyễn Văn A', 'nguyenvana@gmail.com', '0123456789');
--Không chỉ định cột
INSERT INTO Customers VALUES ('Tasty Tee', 'Finn Egan', 'Streetroad 19B', 'Liverpool', 'L1 0AA', 'UK');
--Thêm cùng lúc nhiều bản ghi vào bảng
INSERT INTO Customers (CustomerName, ContactName, Address, City, PostalCode, Country)
VALUES
('Cardinal', 'Tom B. Erichsen', 'Skagen 21', 'Stavanger', '4006', 'Norway'),
('Greasy Burger', 'Per Olsen', 'Gateveien 15', 'Sandnes', '4306', 'Norway'),
('Tasty Tee', 'Finn Egan', 'Streetroad 19B', 'Liverpool', 'L1 0AA', 'UK');
--Thêm bản ghi là kết quả của một truy vấn từ bảng khác
INSERT INTO orders (customer_id, product_id, quantity)
SELECT customer_id, product_id, 1
FROM customers;
Xem thêm:
- Q74. Which three are true about using an RMAN Recovery Catalog with a pluggable database (PDB) target connection in Oracle Database 19c and later releases?
- Q118 In the ORCL database, UNDOTBS1 is the active undo tablespace with these properties
- Q7. Which three capabilities require the use of the RMAN recovery catalog?
- Q76 Which two statements are true about substitution variables?
- Quản trị Postgresql GRANT

Bikil - Bikini & Lingerie Fashion Responsive Shopify Theme
Ashi - Yoga Pilates, Fitness Shopify Theme
Minimog - Next-gen Multipurpose Shopify theme grade-A
Download Monitor - CSV Importer
Porto | Multipurpose & WooCommerce Theme
Ninja E-Sport - Gaming Elementor Template Kit
Almighty Wordpress Theme
Seporta - Gym & Fitness Trainer Elementor Template Kit
Finess Elementor Template Kit
Groovy Mega Menu
Lunar - Template Kit for eSport & Gaming
Revision - Optimized Personal Blog WordPress Theme
CheerUp - Food, Blog & Magazine for WordPress
Gymsite - Gym Elementor Template Kit
Menica - Wedding Elementor Template Kit
Fodis - Restaurant & Cafe WordPress Theme
jannifer hamis health coach healthy lifestyle blog
Ohio - Creative Portfolio & Agency WordPress Theme
Academy pro wordpress theme
Adaptable Notes Wordpress Theme
Traveler - Travel Booking WordPress Theme
Gloreya - Food Ordering & Delivery Restaurant WordPress Theme