SQL-E

Recent Queries


select * from orders;

select * from orders where freight > 40;

select * from orders where employeeId = 5;

select * from orders where orderedDate = '1996-07-08';

select * from orders where shippedDate = '1996-07-15';

select * from orders where orderID = 10248;

select * from orders where orderedDate = '1996-07-08';

select * from orders where shippedDate = '1996-07-15';

select * from orders where orderID = 10248;

select * from orders where orderedDate = '1996-07-08';

select * from orders where shippedDate = '1996-07-15';

select * from orders where orderID = 10248;

Query


Query Result