What is meant by SQL,PL/SQL,SQL PLUS?
Is there any differnece between them?
Answer Posted / 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 |
Post New Answer View All Answers
is it acceptable if we declare multiple exceptions in same overridden method.
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
What is the difference between WebIntelligence and Designer in creating universes?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
How to set on/off a group of indicators in a single statement?
What is test execution and when will we start execution please send me one example for this question
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
code for connection from windows forms to sql server
what is woransient key word? how it is used in java
Find out the roles which gives access to all tables in SAP? Thanks in advance.
what is log files in qtp what is use
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
When we use Windows authentication mode
what is difference between input parameter and output parameter.