Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Multiple column Queries:
Syntax:
SELECT COLUMN1, COL2,......
FROM TABLE
WHERE (COLUMN1, COL2, ...) IN
(SELECT COLUMN1, COL2,....
WHERE );
Example: Find the department number, name, job title and salary of those people who have the similar job title and salary as those are in department 10.
SELECT DEPTNO,ENAME, JOB, SAL
FROM EMP
WHERE (JOB, SAL) IN ( SELECT JOB, SAL
WHERE DEPTNO=10);
OUTPUT:
DEPTNO
ENAME
JOB
SAL
10
Nirmal
MANAGER
2975
Kailash
ANALYST
3000
20
Ashwin
What is the difference between SQL Server 2000 complete and differential backups? A complete backup makes a copy of the whole database. A differential backup creates a copy of
What are stored-procedures? And what are the advantages of using them? Stored procedures are database objects that perform a user defined operation. A stored procedure can have
What is DML Query Langauge? Data Manipulation Language (DML) - A data manipulation language is a language in which enables users to access or manipulate data as organized throu
WHAT IS MEANT BY E-R MODEL
State The position of object at any moment is called state. An object can have many states depend upon time. After receiving some input instructions, the object can change its
Modify a sequence: ALTER SEQUENCE SEQSS INCREMENT 2 MAXVALUE 3000; Removing a sequence: DROP SEQUENCE SEQSS;
complete assignment on the above title.
need to get answer for questions 3&4 on this page in part 1
what is primary key
What is Stored Procedure? A stored procedure is a named group of SQL statements that have been previously formed and kept in the server database. Stored procedures accept input
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd