Skip to content

Muneer7865/insert-data.md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Insert Into Table

How to insert into table by giving comand to sql ?

Sql comand

Insert Into students (
    name,
    class,
    mobile number
) values (
    'Roshan',
    'Lkg',
    '9988776655'
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published