Answer this following question using SQL Statement. From table STUDENT : Write a SQL Query to show: 1. First Name, Last Name and Address for Student that live in Ampang. 2. First Name, Last Name and Address for student's address will start with K. 3. First Name, Last Name, Gender and Mobile Phone for female student. 4. First Name, Last Name and Numbor IC for student IC_no start with A1. 5. First Name, Last Name and Gender for male student and name will start with letter

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
STUDENT
First Name Last Name Gender Address Postal Code Mobile Phone
019-6953666
012-6358997
IC no
986235453
A00356489
Hui Hong
Abdullah
Yap
F
Cheras
81000
F
Sofia
A02135655 Abdul Shukor Abdul Latif
Melati
Yong
Hairi
Klang
33000
Ampang
65000
63100
M
016-3677451
A03659874
A16597755
A18634562
A19684572
Manaf
Pandan
012-1326459
Ah Fok
M
Cheras
63400
016-5658970
53110
Ampang
Kajang
Melawati
013-5671259
019-3332222
012-6598455
Yaakob
M
Nathan
Muthu
M
99000
A23568897 Yusniza
Hassan
F
32400
INSERT INTO
VALUES ('A03659874', 'Melati', 'Manaf, 'F', 'Pandan', '63100', '012-1326459');
INSERT INTO
VALUES ('A16597755', "Yong', 'Ah Fok', 'M', 'Cheras', '63400', '016-5658970');
INSERT INTO
VALUES ('A18634562', 'Hairi", "Yaakob', M', 'Ampang', '53110', '013-5671259');
INSERT INTO
VALUES ('A19684572', 'Nathan', 'Muthu', 'M", 'Kajang', '99000', '019-3332222');:
INSERT INTO
VALUES ('A23568897', 'Yusniza', Hassan', 'F', 'Melawati', '32400', '012-6598455');
Transcribed Image Text:STUDENT First Name Last Name Gender Address Postal Code Mobile Phone 019-6953666 012-6358997 IC no 986235453 A00356489 Hui Hong Abdullah Yap F Cheras 81000 F Sofia A02135655 Abdul Shukor Abdul Latif Melati Yong Hairi Klang 33000 Ampang 65000 63100 M 016-3677451 A03659874 A16597755 A18634562 A19684572 Manaf Pandan 012-1326459 Ah Fok M Cheras 63400 016-5658970 53110 Ampang Kajang Melawati 013-5671259 019-3332222 012-6598455 Yaakob M Nathan Muthu M 99000 A23568897 Yusniza Hassan F 32400 INSERT INTO VALUES ('A03659874', 'Melati', 'Manaf, 'F', 'Pandan', '63100', '012-1326459'); INSERT INTO VALUES ('A16597755', "Yong', 'Ah Fok', 'M', 'Cheras', '63400', '016-5658970'); INSERT INTO VALUES ('A18634562', 'Hairi", "Yaakob', M', 'Ampang', '53110', '013-5671259'); INSERT INTO VALUES ('A19684572', 'Nathan', 'Muthu', 'M", 'Kajang', '99000', '019-3332222');: INSERT INTO VALUES ('A23568897', 'Yusniza', Hassan', 'F', 'Melawati', '32400', '012-6598455');
Answer this following question using SQL Statement.
From table STUDENT :
Write a SQL Query to show:
1. First Name, Last Name and Address for Student that live in Ampang.
2. First Name, Last Name and Address for student's address will start with K.
3. First Name, Last Name, Gender and Mobile Phone for female student.
4. First Name, Last Name and Numbor IC for student IC_no start with A1.
5. First Name, Last Name and Gender for male student and name will start with letter
"Y".
Transcribed Image Text:Answer this following question using SQL Statement. From table STUDENT : Write a SQL Query to show: 1. First Name, Last Name and Address for Student that live in Ampang. 2. First Name, Last Name and Address for student's address will start with K. 3. First Name, Last Name, Gender and Mobile Phone for female student. 4. First Name, Last Name and Numbor IC for student IC_no start with A1. 5. First Name, Last Name and Gender for male student and name will start with letter "Y".
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 5 images

Blurred answer
Knowledge Booster
Single Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education