0 votes
in Django by
What exception is raised, if the primary key is excluded from a Raw query?

select the correct answer from below options

a) InvalidField exception

b) InvalidAttribute exception

c) InvalidQuery exception

d) InvalidObject exception

1 Answer

0 votes
by
c) InvalidQuery exception
...