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
enrj
Pedido
project 1
Return IDs where there are exactly 3 occurrences1
FINALE fdjfnkds
Ass2 q2
Postgres Practice
LeetCode 262
univesp
Query integer in text field - Seemingly doesn't work as expected