GeekInterview.com
  I am new, Sign me up!
 

SQL and SQL Plus Interview Questions


SQL and SQL Plus Interview Questions

Questions: 132
Comments: 539
 Showing Questions 1-10 of 132 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 SQL and SQL Plus Interview Questions
Sorting Options :  

What is default constraint? How we you apply it? 
Latest Answer: A coulumn can be given a default value by using DEFAULT option. This option prevents null values from entering the column if a row is inserted with out a value in to the table.Ex: .......Hire_date DATE DEFAULT SYSDATE,....... ...
Read Answers (5) | Asked by : gagan87

How do you get back into SQLPlus to disable restricted session if you enabled. 
Latest Answer: "When database is in restricted mode only users who have restricted permissions can log on to database"  To disable itALTER  SYSTEM DISABLE RESTRICTED SESSION ...
Read Answers (2) | Asked by : duke147

In how many ways can I delete all the contents of a table and the entire table. Explain with syntax ? 
Latest Answer: Actually there are three ways to delete a table1. Delete: This is used to delete the one or all the records. The thing with this is that only data is been deleted but the table structure and the memory allocated to it is safe.2. Truncate: Truncate is ...

In which section of a PL/SQL block is a user defined exception waste? 
Latest Answer: In exception block ...

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: 
Latest Answer: Hi, One of the solution is as follow: select cust.customer_id,fname,mname,lname,e_mail,credit.tot_credit+coupan.tot_coup no_of_recharge,credit.tot_credit_val+coupan.tot_coup_val tot_recharging,tot_trans,credit.tot_credit_val+coupan.tot_coup_val-current_balance ...
Read Answers (1) | Asked by : mnmlove

Latest Answer: There is no restiction on number of datatypes allowed except for long and LOB.I table can contain only one long column. ...

How is the data inserted in the Index table when a new row is inserted into the main table on which the index is created ?

Latest Answer: select to_char(sysdate,'dd-mm-yy hh24:mi:ss')from dual; ...
Read Answers (6) | Asked by : XXXX

Explian the 18 character long ROWID? How it gets constructed? How we will identify each part of ROWID?
Read Answers (2) | Asked by : Dheeraj M. Balpande

Latest Answer: First of all I will tell Not null, unique, primary key are constraints.Not null: When we are inserting record in the table, if we insert null values in the table then it should not accept the record for that purpose, we have to use not null constraint. Unique: ...

View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape