SQL insert data
How to insert data into table
SQL is database managing software it mean SQL is DBMS we create database with name of POS point of sale and create table customer.
in today tutorial we are inserting data into customer table with SQL query. INSERT INTO customer (customer_name, customer_contact, customer_address, customer_email, customer_plan) VALUES ('dove', '+698067..', 'center park street 3 house 4', 'dove@345gmial.com', 'plan CD')Watch tutorial for more info
Comments
Post a Comment