Using Datalog, write the query that ?nds all students who took some course from Professor Joe Public.

What will be an ideal response?



Answer(?SN) :- Student(?Id,?SN,?Addr,?Status),
Transcript(?Id,?Crs,?Semester,?Grade),
Teaching(?PId,?Crs,?Semester),
Professor(?PId,’Joe Public’,?Dept).

Computer Science & Information Technology

You might also like to view...

JavaScript uses _______ dates.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Why do

heading tags that are inappropriately used create problems for screen readers?

What will be an ideal response?

Computer Science & Information Technology

Bulleted lists are also called ordered lists.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Like a Sub procedure header, a Function procedure header includes the As dataType section.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology