anwser for image
anwser for image
anwser for image
select salesperson.name,salesperson.sp_id,salesperson.gender,
salesperson.salary from salesperson inner join orders on
orders.sp_id=salesperson.sp_id
where orders.sp_id>=2
select * from course
select * from student
select int('a')
select 'alemu' + 'abebe' as 'full name'
select ascii('B')as'ascii of a'
SELECT CHAR(66)
SELECT UNICODE('B')AS'UINCODE OF A'
SELECT LOWER('ABEBE')
select lower('alemu')
select replace('alemu','e','s')as'replace e with m'
select (10+10)as 'sum of two no'
select len('the cpitale city of etiopia is addis abeba')as 'lengthe of char'
use aster
select * from agrement