Home

What is the correct answer?

4

In database application, any field does not contain any values can be recognized by:

A. Nothing value.

B. Null value.

C. Error value.

D. Empty value.

Correct Answer :

B. Null value.


Related Questions

The amount of text any one can place in text box is maximum 64 kb. Visual Basic produce: A single function of visual basic takes: It is possible to change the shortcut key assigned to any menu for accessing… You can get the ASCII value of any character or number by using The extension name of a Visual Basic form is _____________. It is not possible to change the back color property of option button… Now() function will return the current drive and directory you are working… In visual basic the default unit is : To run an application you have to press : In _______________ control you can get only drop-down list of the content… which control structure are working under false condition If you want a list box control with check box option, which property of… Time() function is used to recover date & time. By default 'Dim myvar' this statement: when using 'do until-loop' statement as stated belowI=10Do until I>5Print… Currency variable stores fixed point numbers with : what will be the output of the code below :private sub command_click()dim… To enable apply button in dialog box ; flag value should be set to One can change or read the alignment of one or more paragraph of rich… Min and Max property can be used with Font common dialog box to determine In runtime it is not possible to change the form size. CommonDialog control is the default control that anyone can find in the… Dialog title property is used to change the title of any dialog box In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… Sorted property of list box control is a design time property and cannot… Data1.Recordset.FindFirst "State=NY"The above code will find the record… Suppose there are two forms; form1 and form2 ; if there are codes like… CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will Say there is a string "Ramcharan"; when someone using Mid() function like…