InterviewSolution
Saved Bookmarks
| 1. |
Which of the following logical connectives is not included in SQL?(a) and(b) or(c) nor(d) notThe question was posed to me in an online interview.My enquiry is from Basic Operations in section Introduction to Relational Model and Sql of RDBMS |
|
Answer» RIGHT option is (d) not Best EXPLANATION: “not” is not a logical CONNECTIVE included in the SQL. The and, or and nor are logical CONNECTIVES that are included in SQL. |
|