Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
megha
create table a(name varchar(10), phno integer); insert into a values('megha',234),('Neetu',321); select * from a; create table b(address varchar(10), DOB integer); insert into b values('abc', 1990), ('nfg',1987); select * from b; create table c(gender varchar(10), id integer); insert into b values('m', 1), ('f',3); select * from c;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
testing
sql
Cursor (procedural while)
samplequery
FIGURA5.2
Veterinary 1
jueves
Find effective count of employees within date range for each calendar week
BRYANActual
Stackoverflow 37635278
Please log in to post a comment.