in the list of language i can choose SQL or Oracle DB, what does that means?
how can we solve a problem using SQL please share with me the process?
you can select the type of language you want to do for SQL
if you want to do using SQL since SQL itself is a programming language you can use that
if you want to use oracle DB instead you can use Oracle DB
how to read inputs and how to display them, could you please help me with a example. thanks
for sql it is like this insert into table_name values() this syntax is for inserting values into a table
please give me a example SQL code to read a input from user and print output.
It is not possible to take input in SQL so you cannot solve most programming problems using SQL. There are SQL query problems present separately on CodeChef - SQL Practice Queries
1 Like