define sql
Answers were Sorted based on User's Feedback
Answer / banoj kumar swain
sql is stands for structured query language.it is a
relational db language meant for interacting with database.
it is also compactable for different databases.
banoj
| Is This Answer Correct ? | 4 Yes | 2 No |
sql --- structure query language
It is a English like language
It can write more line with or without space
It can easy to de buggings
There is no specific limit for sql query
| Is This Answer Correct ? | 0 Yes | 0 No |
what is 'mysqldump'? : Sql dba
how to concatenate two character strings? : Sql dba
What is sql used for?
how to convert character strings to numeric values? : Sql dba
What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.
What is exit statement?
Is sql low level language?
what is an index? : Sql dba
What is a sql select statement?
Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;
How do I run a sql query in pgadmin 4?
How many scalar data types are supported in pl/sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)