-
Where the integrity constraints are stored in Data Dictionary ?
The integrity constraints are stored in USER_CONSTRAINTS.
-
-
-
-
-
-
-
List all customer (user id, name, and e-mail), number of charging
List all customer (user id, name, and e-mail), number of charging, total charging,number of transaction and total number of transaction value?If u have these tables:1- 'Credit_card'columns: credit_number,type,value,Customer_ID.2-'Coupon'columns: Coupon_number,value,password,Customer_ID3-'Customer'columns: Customer_ID,Fname,Mname,lname,E_mail,password,bdate,tot_trans,mobil_no,hom_no,ex_id_date,current_Balance.
-
User defined exception waste
In which section of a PL/SQL block is a user defined exception waste?
-
-
-
-
-
-
-
-
-
-
-
What is the Subquery ?
Sub query is a query whose return values are used in filtering conditions of the main query.
SQL*Plus interview Questions
Ans