Answer Posted / rajesh.k
sql is a structure query language,in which we are retriving
the data through statements from the database,it cannot be
used for later application,,,
pl/sql is a programming language it has the
declare
variables;
begin
sql smts;
exceptions
end;
in plsql thru stored programs like proc,func we can use for
later applications,,
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do I run sql profiler?
What is the use of & in pl sql?
Can we call stored procedure in function?
What is primary key secondary key alternate key candidate key?
How do you get column names only for a table (sql server)?
How do I view a sql database?
Is drop table faster than truncate?
Are pl sql variables case sensitive?
what are the properties and different types of sub-queries? : Sql dba
How do you create a unique index?
How do I send sql query results to excel?
what is acid property in database? : Sql dba
What is java sql connection?
How do I save the results of sql query in a file?
How do you update a table in sql?