Description:
DAILY CHALLENGE
ProgramID- 9730
SkillRack SQL - SELECT Mobiles
A table called mobile is created with the following DDL command:
CREATE TABLE mobile (id INT, name VARCHAR(30), imei VARCHAR(30)); Write the SQL query to select id, name and imei from the table mobile where the imei number contains 545 in any position. Note: The id of the mobiles must be sorted in ascending order.
Share this link via
Or copy link



























