Given two tables Student(SID, Name, Course) and Level(SID,
level) write the SQL statement to get the name and SID of
the student who are taking course = 3 and at freshman level.

Answer Posted / nagendra

select e.sid, e.name from student e, level d where e.course
= 3 and d.level = 'FISHERMAN'

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the need of merge statement?

764


what are the advantages of mysql in comparison to oracle? : Sql dba

704


What do you mean by rowid?

707


What are the types of variable use in pl sql?

744


how to use like conditions? : Sql dba

784






what are all the different normalizations? : Sql dba

686


What is cursor in pl sql?

768


Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?

735


What is plpgsql language?

713


What is primary key secondary key alternate key candidate key?

765


How to connect a sql*plus session to an oracle server?

819


How do I find duplicates in a single column in sql?

733


How do you respond to dementia behavior?

722


how to install mysql? : Sql dba

792


Mention what pl/sql package consists of?

724