Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

How does the where clause in MySQL work ?

9 like 0 dislike
I have a doubt. Assume R and S are 2 relations with attributes A and B respectively . If I have a query
-----------
Select *
From R, S
Where R.A = S.B
----------
Does this work like a double For Loop in say c or c++
----------------------------
For( i=0; i<n; i++)
    For( j=0; j<n; j++)
        if (i == j)
           //DO some work
-----------------------------
asked 2 years ago by eagle09 (95,490 points)

Your answer

Email me at this address if my answer is selected or commented on:
Privacy: Your email address will only be used for sending these notifications.

0 Answers

Related questions

8 like 0 dislike
1 answer
7 like 0 dislike
1 answer
asked 2 years ago by eagle09 (95,490 points)
9 like 0 dislike
0 answers
7 like 0 dislike
0 answers
asked 2 years ago by eagle09 (95,490 points)
7 like 0 dislike
0 answers
asked 2 years ago by eagle09 (95,490 points)