what are the demerits of sql?
Answer / suresh kumar g
SQL is just query language. It does not have full programming
features.
| Is This Answer Correct ? | 3 Yes | 0 No |
what are the 'mysql' command line arguments? : Sql dba
what is recursive stored procedure? : Sql dba
How do you truncate?
What are the components of a PL/SQL block ?
What are the ways on commenting in a pl/sql code?
how many no of table can be join in a sql query.
What is the difference between nvl function, ifnull function, and isnull function?
What are the two parts of design view?
Write a query to find five highest salaries from EMP table. (there is a column SALARY)
24 Answers Cap Gemini, iNautix,
What is magic table?
how to get a list of all tables in a database? : Sql dba
declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?
Oracle (3253)
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)