+ 1
In SQL I am not able to code a program why?
10 Respuestas
+ 13
How do you insert your data. Post your query here.
+ 3
You don't write programs with SQL it's a query language. You filter, fetch, remove, insert data with SQL.
+ 2
You need to create database then choose the database and may be it works.
Try this way.
CREATE DATABASE abc;
USE abc;
+ 2
Because SQL is a query language, not a programming language. This for databases not application development
+ 1
I am not able to insert data
+ 1
I mean in solo learn I am not able to insert any data in the table
+ 1
You have finished the course of SQL
+ 1
or not
+ 1
I have finished the course of sql
+ 1
It's not a programming language to develop a program.. It's used to fetch the data from database