Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Time left 0.05.57 Question 3 Suppose having the following 'ENROLL' table that has stdid number(9),csno number(6) and grade number(3) what is the correct syntax to

image text in transcribed
Time left 0.05.57 Question 3 Suppose having the following 'ENROLL' table that has stdid number(9),csno number(6) and grade number(3) what is the correct syntax to list csno and average grade for csno 6012812 Not yet answered Marked out of 1.00 Flag question SELECT average(grade) FROM ENROLL WHERE csno=601281 Ob SELECT csno, avg(grade) FROM ENROLL WHERE csno=601281 . SELECT csno, average(grade) FROM ENROLL WHERE csno=601281 d SELECT csno, average(grade) FROM ENROLL o e SELECT avg(grade) FROM ENROLL WHERE CSNO=601281

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Discuss the importance of settings and contexts in adjustment.

Answered: 1 week ago