Тёмный

Insert data in database using PhpMyAdmin 

TY Edu-Knowledge
Подписаться 2,2 тыс.
Просмотров 10
50% 1

Insert data in a database using phpMyAdmin | phpmyadmin tutorial: how to insert data to a database in mysql phpmyadmin
In This video we are going to learn -
How to insert data into a database using PHPMyAdmin
Just copy and paste the below sql statements
/*----------------------------------------------------*/
/* Hello and welcome to my channel- TY EDU-KNOWLEDGE*/
/* copy and paste the below sql script*/
CREATE DATABASE employeedb;
USE employeedb;
CREATE TABLE employees (
id INT AUTO_INCREMENT PRIMARY KEY,
username VARCHAR(255) NOT NULL,
email VARCHAR(255) NOT NULL
);
INSERT INTO employees (username, email) VALUES
('john_doe', 'john.doe@example.com'),
('jane_smith', 'jane.smith@example.com');

Опубликовано:

 

17 дек 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
Далее
GDP per capita in the G20 countries 1960-2023
2:34
Просмотров 22 тыс.
20 Largest Countries in the World by Area
3:00
Просмотров 10 тыс.