MCQs > IT & Programming > Adobe ColdFusion > Following: tag: SELECT * FROM myTable Which condition should the WHERE clause contain so that only those rows are returned that contain null in column column1?

Adobe ColdFusion MCQs

Consider the following <cfquery> tag:

<cfquery name="GetTableData" datasource="myDSN">
SELECT * FROM myTable
</cfquery>


Which condition should the WHERE clause contain so that only those rows are returned that contain null in column column1?



Answer

Correct Answer: WHERE column1 is null

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it