SYNTAX OF ALL SQL COMMANDS IS HERE:-
Join this channel to get access to perks:
/ @askindetail
To become member click this link friends.
SQL command in open office base create insert select update alter delete drop sql ddl dml commands
SYNTAX OF ALL SQL COMMANDS:-
create table stud(id int,name varchar(10));
insert into stud values (1,'om');
select * from STUD;
select * from STUD where ID=1;
alter table stud add marks int;
update stud set marks=11 where id=1;
alter table stud drop marks;
delete from stud where id=1;
drop table stud;
On this page of the site you can watch the video online SQL command in open office base create insert select update alter delete drop sql ddl dml commands with a duration of hours minute second in good quality, which was uploaded by the user ask in Detail 15 December 2023, share the link with friends and acquaintances, this video has already been watched 95 times on youtube and it was liked by 4 viewers. Enjoy your viewing!