Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Comp
create table stud (name varchar(15), regno int, class varchar(10)); insert into stud values('padma',102,'IIIcs'); insert into stud values('muthu',108,'IIIcs'); insert into stud values('snega',122,'Ics'); insert into stud values('maha',101,'IIcs'); select * from stud;
run
|
edit
|
history
|
help
0
Food Delivery Website SQL Analysis
Sample tables
PostgreSQL Sandbox: General Resale
find null in any column of table using PostgreSQL
SQL Moving Rating Practice by Han Wang 20200720
1225. Report Contiguous Dates
Cilinica_X
PostreSQL: Today's Date/Time
SQL Practice Sample: Movie Database
Final 1