DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SQL
Find the names of sailors who have reserved at least one boat
select s.name from sailors s, reserves r where s.id = r.sId;
PREVIOUS
NEXT
Tagged:
#Find
#names
#sailors
#reserved
#boat
ADD COMMENT
Topic
COMMENT
Name
3+5 =
Submit