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


Please Help Members By Posting Answers For Below Questions

Hello Experts, What is the difference between move and move corresponding exactly? please post me asap

1546


write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.

1373


how will you code the subfile which is in editing mode (multiple case subfile)?

1824


what is best way to create a Thread class & why?

1833


i am exeprienced person what is selection process

1354


Definition of Singleton Class? what is the Purpose of it? what is the advantage?

1843


what are resources in case of Threads

1914


how can i split string in a textbox in windows appication using C#.net

2439


Delta 5 weight scale not connect with oracle application what i can do?

2017


One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

3271


how to check single or double byte in struts

1782


any drawback are there in mantis?

1858


differences between qtp10.0 and 11.0 ?

2057


My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?

1718


Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.

2208