17
D-T-M
6y

I'm getting convinced that some areas are not teachable. You have to learn it by yourself. Databases (sql), for instance, the teacher never manages to get the class attention. Even I that consider myself a very interested guy can't handle 2 hours of his explanations. I tried to think in a better way he could teach the content but don't really think there is one ..Do you guys faced issues like that in school?

Comments
  • 3
    All the time man. School had some interesting topics for sure. And i liked it. But the one true way to learn it is taking matters into yo own hands.
  • 1
    well.... in this case a good basic theory never hurt anyone. you can get results from sql without prior knowledge, but without a bit of exprience it go go downhill fast.
    Just make sure you look at it again after 3 months...
  • 4
    @magicMirror

    SELECT [StudentsAttention]
    FROM School.Class
    WHERE [Bored] = ‘Yes’
    AND [ClassTimeInHours] >= 1.5

    —————————————————

    [StudentsAttention]
    1. NULL
    2. NULL
    3. NULL
    4. NULL
Add Comment