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
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
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.
how will you code the subfile which is in editing mode (multiple case subfile)?
what is best way to create a Thread class & why?
i am exeprienced person what is selection process
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
what are resources in case of Threads
how can i split string in a textbox in windows appication using C#.net
Delta 5 weight scale not connect with oracle application what i can do?
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)
how to check single or double byte in struts
any drawback are there in mantis?
differences between qtp10.0 and 11.0 ?
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?
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.