Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Assignment 1(SET A)
create table patient(p_no int primary key, address varchar(50),p_name varchar(20)); create table bed(bed_no int primary key, room_no int, description varchar (30)); ---one to one relationship create table patients(p_no int primary key, p_name varchar(20), address varchar (50), patient_bed int references bed(bed_no)); insert into patient values(1,'koregaon park','vinayak'); insert into patient values(2,'wagholi','dheeraj'); insert into bed values(11,'106','single bed'); select * from patient; select * from bed;
run
|
edit
|
history
|
help
0
histogram to percentiles
Limit & union
PostgreSQL pivot using temp view
Weekly Average Starting on Different Days
SQL Lab
Sush_post1
filme
1258. Find the Start and End Number of Continuous Ranges
Attributvariation 2
Q4