+ 15
Starting SQL in college any tips?
What you wish you knew when you started..
13 Respuestas
+ 10
✅ SQL is very easy to learn.
Start simple and then progress.
Always do practical project to ensure the things you have learned.
Best of luck🌸
+ 8
It is not really difficult to learn SQL. SQL is not a programming language, it's a query language. ... It is also an English like language so anyone who can use English at a basic level can write SQL query easily. The good news is that most DB engines are compatible with allSQL
In database systems, SQL statements are used to generate queries from a client program to the database. This can allow the users to execute a wide range of fast data manipulation. So to basically put it, SQL is the main language that allows your database
+ 7
Thanx 4 the heads up
+ 6
Yes, likewise tuples(rows) and attributes(columns).
+ 5
As in fields and records?
+ 5
It's Very simple. you will have amazing experience.
+ 4
A tip:- There are many other names used for columns and rows, don't get confused between them.
SQL is very easy to learn and use.
+ 4
Just work hard with full concentration not only in your sql course but it is the tip for every work you are doing in your life.......
Try it you will find useful ;).......
+ 3
First things first....
never use Mysql
use Postgres....
+ 2
Learn DDL before DML 🙂
+ 1
You can prepare yourself by learning it in sololearn
+ 1
easy to learn but read the book suggested
+ 1
Interesting and very easy to learn