What are the different parts of a package?
Answer / Kuldeep
Oracle PL/SQL packages consist of three main components: package specifications, package bodies, and private types. The specification declares variables, procedures, functions, and exceptions that can be accessed from outside the package. The body defines their implementation. Private types are user-defined data types used to encapsulate related data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I learn sql in a week?
Write a pl/sql script to display the following series of numbers: 99,96,93……9,6,3?
What is cursor explain with example?
Which one is better subquery or joins?
Talk about views
Which is better cte or subquery?
SELECT flavor, SUM (ice_cream_sales) FROM sales_detail GROUP BY flavor ORDER BY 2 DESC If the "sales_detail" table contains ten records with different values in the flavor column (two "vanilla," three "chocolate," four "strawberry," and one NULL), how many rows are returned by the sample code above? 1. 0 rows 2. 1 row 3. 3 rows 4. 4 rows 5. 10 rows
What are all the different normalization?
How do you remove duplicate records from a table?
If a cursor is open, how can we find in a pl/sql block?
What is a relationship and what are they?
Explain table and field in sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)