0
Does an AI require SQL programming?
do we need SQL for an AI or in an AI server.
2 Respostas
+ 7
You will need DataBase in any field / in any project you will do so you must be aware of one of these
- Oracle
- MySQL
- SQL Server
- Postgre SQL
- DB2 (IBM)
Generally, SQL is very easy and you can learn it in only 3 days or less.
+ 4
SQL is used to deal with databases. During all AI & ML projects you'll be dealing with huge amounts of data, so having a basic understanding of SQL is necessary.