GeekInterview.com
  I am new, Sign me up!
 

SQL Interview Questions


SQL Interview Questions

Questions: 140
Comments: 688
 SQL Tags
 Showing Questions 41-50 of 139 Questions
<< Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>
 Sponsored Links

 
 SQL Interview Questions
Sorting Options :  

Latest Answer: Consider a table has two columns and no primary keyemp---------------------empno ename---------------------1 AA2 BB3 CC1 DD --> not duplicate3 CC --> duplicate------------------------ DELETE ...
Read Answers (8) | Asked by : rasik_68

Latest Answer: An exampleWe accept user and password and validate likeselect 1 from users where username = 'username' and password = 'pwd';What if username string is passed like [x' or 1=1; --]select 1 from users where username = 'x' or 1=1; --' and password = 'pwd'; ...
Read Answers (3) | Asked by : anand_QC

Latest Answer: yes, to do so ,firstly we have to delete records from the child category/table ...

Latest Answer: SELECT NVL(MAX(EMPNO)+1,0) FROM EMP;This select statement generates empno from 0...N. ...
Read Answers (5) | Asked by : Venkatesan

Write a query to find the list of employees whos age is greater than 30 or so given a date of birth column
Read Answers (7) | Asked by : rekssql

Latest Answer: Hi,Even we can use "Encryption" Keyword in MSSQL with Proc... this'll hide text of the Proc from User.Eg.,Create Proc Proc1As Select 1 While Taking sp_HelpText for Proc1, it'll return text written inside proc but......Create Proc Proc2With EncryptionAs ...
Read Answers (3) | Asked by : koteshwar

Latest Answer: A unique column allows only one NULL valueA Primary key column does not allow single NULL value ...
Read Answers (17) | Asked by : Vinod

Latest Answer: Hey Ramesh, I understand your interviewer's enthusiasm to know about the Foreign Key.  See foreign key definitions says its states the relationship of one attribute(Column) of one table to the correcsponding column on the other table. So one ...

Latest Answer: Hint are used to alter execution plans of SQL statements. by using hints you will be able to choose the execution plans.for eg. in a SELECT statement your will be able to specify whether an index is to be used or not . If you want to use and index, ...
Read Answers (1) | Asked by : sree

Latest Answer: stored procedure is a set of precompiled, preoptimized sql queries that is executed faster. ...
Read Answers (1) | Asked by : mohammad ali

View page << Previous 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 (?)

 
Expert Members
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