What is meant by SQL,PL/SQL,SQL PLUS?
Is there any differnece between them?
Answer Posted / 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 |
Post New Answer View All Answers
public static void main(String args[]) describe it
What is autocall macro and how to create autocall macro? what is the use of it?
How do i find out the number of parameters passed into function?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
what is an INI file?
What are two of your strengths that you will bring to our QA/testing team?
what is web configuration file
Is the IT field raise again? What is the position of IT after 4 years?
please any one pass file aid,xpeditor and endeavor tools
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Code for display the images from drive using vb 6.0?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
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
Write a shell program to test whether a given year is leap year or not ?