+ 1

In SQL I am not able to code a program why?

25th Sep 2018, 5:01 AM
Aviral Sharma
Aviral Sharma - avatar
10 Respuestas
+ 13
How do you insert your data. Post your query here.
25th Sep 2018, 5:25 AM
Igor Makarsky
Igor Makarsky - avatar
+ 3
You don't write programs with SQL it's a query language. You filter, fetch, remove, insert data with SQL.
25th Sep 2018, 5:06 AM
Akib
Akib - avatar
+ 2
You need to create database then choose the database and may be it works. Try this way. CREATE DATABASE abc; USE abc;
25th Sep 2018, 6:48 AM
BALOOCH ANZARAHMEDKHAN ZAKIRAHMEDKHAN
BALOOCH ANZARAHMEDKHAN ZAKIRAHMEDKHAN - avatar
+ 2
Because SQL is a query language, not a programming language. This for databases not application development
2nd Oct 2018, 9:47 AM
Zubenathi Mehlomakhulu
Zubenathi Mehlomakhulu - avatar
+ 1
I am not able to insert data
25th Sep 2018, 5:07 AM
Aviral Sharma
Aviral Sharma - avatar
+ 1
I mean in solo learn I am not able to insert any data in the table
25th Sep 2018, 6:20 AM
Aviral Sharma
Aviral Sharma - avatar
+ 1
You have finished the course of SQL
25th Sep 2018, 6:26 AM
Aviral Sharma
Aviral Sharma - avatar
+ 1
or not
25th Sep 2018, 6:26 AM
Aviral Sharma
Aviral Sharma - avatar
+ 1
I have finished the course of sql
26th Sep 2018, 7:10 AM
Aviral Sharma
Aviral Sharma - avatar
+ 1
It's not a programming language to develop a program.. It's used to fetch the data from database
27th Sep 2018, 6:17 AM
Ajay B