What is meant by SQL,PL/SQL,SQL PLUS?
Is there any differnece between them?
Answers were Sorted based on User's Feedback
Answer / sravan kumar
sql: It is a structured query language, using this we can
use the DataBase for storing the data or retriving the data.
PL/SQL: It is a programing language with structured query
language. hear we wrote queries in programing type.
sqlplus:SQLPLUS is a tool used to connect the DataBase. SQL
and PL/SQL languages are connect with Oracle DataBase using
this tool. This Tool understands three catogories of text
1.SQL-statements,2.PL/SQL-Blocks and 3.SQL*PLUS internal
commands like "set","show".
| Is This Answer Correct ? | 48 Yes | 6 No |
Answer / naresh kumar
sql: It is a structured query language, using this we can
use the DataBase for storing the data or retriving the data.
PL/SQL: It is a programing language with structured query
language. hear we wrote queries in programing type.
sqlplus:SQLPLUS is a tool used to connect the DataBase. SQL
and PL/SQL languages are connect with Oracle DataBase using
this tool. This Tool understands three catogories of text
1.SQL-statements,2.PL/SQL-Blocks and 3.SQL*PLUS internal
commands like "set","show".
| Is This Answer Correct ? | 1 Yes | 1 No |
What is test execution and when will we start execution please send me one example for this question
< DL Compact > tag is used for
can we allocate memory for interface? if no then why?
Data Structure: Show that if k is the smallest integer greater than or equal to n+ (log2n)-2, k comparisons are necessary and sufficient to find the largest and second largest elements of a set of n distinct elements. (k comparisons are required to find what you are looking for, but no more than that are needed)
iam confused among testing ,.net and java. can anybody help me.
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
Difference between views and index in sas programming
how to hide prompts
how to add Servlet-api.jar file into eclipse 3.3.2 ?
where is available in this mantis toturials?
What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f
what is the use of occurs 10 or (any number) in the internal table declaration with header line.