Show Student name, reg no, marks and grade from the table Student_info?
Show Student name, reg no, marks and grade from the table Student_info?
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Show Student name, reg no, marks and grade from the table Student_info?

Transcribed Image Text:SQL Worksheet
Table created.
TABLE STUDENT_INFO
Column
Null?
Туре
REG_NO
NUMBER
NICNO
VARCHAR2 (255)
NAME
VARCHAR2 (255)
ADDRESS
VARCHAR2 ( 255)
FEE
VARCHAR2 (255)
MARKS
VARCHAR2 (255)
GRADE
VARCHAR2 (255)
Download CSV
7 rows selected.

Transcribed Image Text:O Live SQL
SQL Worksheet
O Clear
1
CREATE TABLE Student info
2
Reg_no int,
Nicno varchar(255),
Name varchar(255),
Address varchar(255),
Fee varchar (255),
Marks varchar(255),
Grade varchar(255)
);
DESC student_info
INSERT INTO student_info (Reg_no ,Nicno, Name ,Address ,Fee ,Marks ,Grade)
VALUES (1149,8210366404566, 'Ruwish Zahoor',' RWP', 4550o, 90, 'A');
3
4
6
7
8
10
11
12
13
14
SELECT
FROM Student_info
REG_NO
NICNO
NAME
ADDRESS
FEE
MARKS
GRADE
1149
8210366404566
Ruwish Zahoor
RWP
45500
90
A
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 8 images

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY