Purchase Solution

Query Return Results Table Values

Not what you're looking for?

Ask Custom Question

I attached a database. In it is a table named Table1 with these values:
COLUMN 1 COLUMN 2
E 5
F 6
G 7
H 8
I 9
J 10
K 11
L 12
A 1
B 2
C 3
D 4

Why wont this query return any results?

SELECT Table1.COLUMN1, Table1.COLUMN2
FROM Table1
WHERE Table1.COLUMN2 = 7;

Purchase this Solution

Solution Summary

The expert examines query return result table values.

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.