Skip to content
Snippets Groups Projects
Commit 6a3bcad7 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 2a9e59af
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,11 @@ Block No. 6, Type: RelationBlock: ('Biology', 'Watson', '90000'), ('Ca is after
Block No. 7, Type: RelationBlock: ('Elec. Eng.', 'Iribe', '85000'), ('Finance', 'Painter', '120000'), ('History', 'Painter', '50000')
Block No. 8, Type: RelationBlock: ('Music', 'Packard', '80000'), ('Physics', 'Watson', '70000'), None
==================== Executing A Natural Join ================
---> ['10101', 'Srinivasan', 'Comp. Sci.', '65000', 'Iribe', '100000']
---> ['45565', 'Katz', 'Comp. Sci.', '75000', 'Iribe', '100000']
---> ['76766', 'Crick', 'Biology', '72000', 'Watson', '90000']
---> ['83821', 'Brandt', 'Comp. Sci.', '92000', 'Iribe', '100000']
---> ['98345', 'Kim', 'Elec. Eng.', '80000', 'Iribe', '85000']
---> ('10101', 'Srinivasan', 'Comp. Sci.', '65000', 'Iribe', '100000')
---> ('45565', 'Katz', 'Comp. Sci.', '75000', 'Iribe', '100000')
---> ('76766', 'Crick', 'Biology', '72000', 'Watson', '90000')
---> ('83821', 'Brandt', 'Comp. Sci.', '92000', 'Iribe', '100000')
---> ('98345', 'Kim', 'Elec. Eng.', '80000', 'Iribe', '85000')
==================== Executing A Groupby Aggregate Query ================
---> ('Biology', 72000.0)
---> ('Finance', 85000.0)
......@@ -48,8 +48,8 @@ Block No. 8, Type: RelationBlock: ('Music', 'Packard', '80000'), ('Physics', 'Wa
---> ('33456', 'Gold', 'Physics', '87000', 'Iribe')
---> ('45565', 'Katz', 'Comp. Sci.', '75000', 'Iribe')
==================== Executing A Set Minus Operation ================
---> ['15151', 'Mozart', 'Music', '40000', 'Iribe']
---> ['22222', 'Einstein', 'Physics', '95000', 'Iribe']
---> ['32343', 'El Said', 'History', '60000', 'Iribe']
---> ['33456', 'Gold', 'Physics', '87000', 'Iribe']
---> ['45565', 'Katz', 'Comp. Sci.', '75000', 'Iribe']
---> ('15151', 'Mozart', 'Music', '40000', 'Iribe')
---> ('22222', 'Einstein', 'Physics', '95000', 'Iribe')
---> ('32343', 'El Said', 'History', '60000', 'Iribe')
---> ('33456', 'Gold', 'Physics', '87000', 'Iribe')
---> ('45565', 'Katz', 'Comp. Sci.', '75000', 'Iribe')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment