Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you solve this by oracle live SQL Lab Exercise Create the following tables and insert some values. STUDENT (STDNO, SNAME, DEPTNO#) DEP (DEPTNO, DNAME)

can you solve this by oracle live SQL image text in transcribed
Lab Exercise Create the following tables and insert some values. STUDENT (STDNO, SNAME, DEPTNO\#) DEP (DEPTNO, DNAME) COURSE (CORSNO, CNAME, DEPTNOH, CMAX) ENROLMENT (STDNO\#, CORSNO\#, GRADE, EDATE) Query a single table 1) Display the whole content of the DEP table 2) Display all columns of the ' CP department 3) Display the whole content of the STUDENT table 4) Display STDNO and SNAME for students in department ' CP 7) Display all columns for departments when the Dname starts with letter ' M ' or ' C '. 8) Display all columns for courses sorting the result by the CMAX descending

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

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions

Question

Compare the different types of employee separation actions.

Answered: 1 week ago

Question

Assess alternative dispute resolution methods.

Answered: 1 week ago

Question

Distinguish between intrinsic and extrinsic rewards.

Answered: 1 week ago