SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table tybcom ( ID int(3), Course char(10), Marks int(3)); insert into tybcom values (001,'Maths',56),(002,'FC',87),(002,'Acc',65), (003,'Acc',32),(003,'Maths',17),(003,'FC',72); select * from tybcom where Marks in (Select Marks from tybcom where Marks >60);
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear