

MCQOPTIONS
Saved Bookmarks
1. |
What statement is used to define a new assertion in SQL? |
A. | create check ; |
B. | create assertion where ; |
C. | create where ; |
D. | create assertion check ;Answer: dExplanation: We use “create assertion check ;” statement to create a new assertion in a relation. advertisement/**/ var adpushup = adpushup || {}; adpushup.que = adpushup.que || []; adpushup.que.push(function() { adpushup.triggerAd("90f55663-effd-4105-b1e7-29d86b526544"); });/**/ Sanfoundry Global Education & Learning Series – RDBMS.To practice all areas of RDBMS, here is complete set of 1000+ Multiple Choice Questions and Answers.Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!Telegram | Youtube | LinkedIn | Instagram | Facebook | Twitter | PinterestYoutube | LinkedIn | Instagram | Facebook | Twitter | Pinterest« Prev - RDBMS Questions and Answers – Views and Transactions» Next - RDBMS Questions and Answers – SQL Data Types and Schemas |
Answer» E. | |