No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 3 answers

Urvi Sahu 6 years, 9 months ago

Thanks divya

Divya Sen 6 years, 10 months ago

Is this ans sufficient??

Divya Sen 6 years, 10 months ago

IN operator selects values that match any value in a given list of values ex. Select*from dept where location IN('delhi','mumbai');......and the IF EXISTS clause is used with DROP TABLE command,it checks whether the given table exists in the database or not & if it exists then it will be dropped from database ex. DROP TABLE IF EXISTS club;
  • 4 answers

Yas S 6 years, 10 months ago

Yes right its very interesting also

Urvi Sahu 6 years, 10 months ago

Yup, it is the most easiest and logical subject.we only have to understand the concept

Divya Sen 6 years, 10 months ago

It's easy and just based on logics...yes urvi is right just solve the solved sample papers u will get an idea.

Urvi Sahu 6 years, 10 months ago

Practice sample papers
  • 1 answers

Urvi Sahu 6 years, 10 months ago

Finding output is very simple.....you May practice question from sample papers for output questions and for coding also
  • 1 answers

Siddhant Singh Rathore 6 years, 10 months ago

Typically, pre-defined functions are better, if they exist. They usually are optimized to operate in the least amount of time, no matter what the input (they optimize based on input type and size). Really, the only reason you should user-define something is if the functionality of the pre-defined code does not meet some certain requirement that you have. For example, there may be a search function that has been pre-defined and returns a boolean, but you need to know the index of the found item.
  • 1 answers

Singh Singh 6 years, 10 months ago

Read ur project
  • 0 answers
  • 2 answers

Yas S 6 years, 10 months ago

Oh sorry IN clause

Yas S 6 years, 10 months ago

Model
  • 1 answers

Kritika Gaur 6 years, 10 months ago

Like clause is used for pattern matching. Ex. Select * from school Where name like '__at%' ;
  • 1 answers

Pranjali Mahajan 6 years, 10 months ago

I also want to know
  • 1 answers

Mohammed Dawood 6 years, 10 months ago

Optical fiber cables are made up of a glass core through which data is transmitted in the form of light signals. Advantages: 1. Transmit data over long distance with security and high bandwidth. 2.immune to noise /external interference. Disadvantages: 1.very expensive and quite fragile(breakable). 2.connecting two optical fiber is a difficult process.
  • 1 answers

Divya Sen 6 years, 10 months ago

(i)Data is easy to backup in networking comp. Than in standalone comps (ii)Files can easily and instantly be shared in networking comps than standalone comps.
  • 1 answers

Abc Efg 6 years, 10 months ago

This you search in Google..
  • 2 answers

Aizaz Sheikh 6 years, 10 months ago

Open source software

Sunil Moond 6 years, 10 months ago

Open source software
  • 0 answers
  • 4 answers

Abc Efg 6 years, 10 months ago

Thanks ?

Harsh Saxena 6 years, 10 months ago

sysdate will give u current date as well as current time

Harsh Saxena 6 years, 10 months ago

sqrt will give the square root of the data ex... sqrt(9) will give 4 truncate cuts the decimal no. from the decimal place given ex... truncate (234.566,0) will give 234.000

Abc Efg 6 years, 10 months ago

Plz anyone give me answer of this
  • 6 answers

Divya Sen 6 years, 10 months ago

And thnk u too vineet.

Divya Sen 6 years, 10 months ago

Yeah thnx my pen frnd bhumi

Vineit Kumar Gupta 6 years, 10 months ago

(Even though i dont know java much and c++ is my major ) public class LCM { public static void main(String[] args) { int n1 = 72, n2 = 120, lcm; // maximum number between n1 and n2 is stored in lcm lcm = (n1 > n2) ? n1 : n2; // Always true while(true) { if( lcm % n1 == 0 && lcm % n2 == 0 ) { System.out.printf("The LCM of %d and %d is %d.", n1, n2, lcm); break; } ++lcm; } } }

Bhumi Jain 6 years, 10 months ago

Is it helpful to you my pen frnd,Divya

Bhumi Jain 6 years, 10 months ago

Int a=Integer.parseint (jTF1.getText()); Int b= While (a!=b) { if (a>b) a=a-b; else b=a-b; JOP.SMD (null,a*b/a);

Divya Sen 6 years, 10 months ago

Bhumi if u have the ans plzz give i really need it.
  • 1 answers

Vineit Kumar Gupta 6 years, 10 months ago

Intrusion problem is when someone enters the network. Were as ddos attack is eating of resources of a network so that ot can't be accesed
  • 1 answers

Abc Efg 6 years, 10 months ago

What u mean??? plz say in English
  • 3 answers

Yash Dave 6 years, 10 months ago

Universal code

Sumit Sarkar 6 years, 10 months ago

Maybe

Sumit Sarkar 6 years, 10 months ago

Unicode means the indian code of language following are the some language included in unicode Tamil bangla hindi etc.
  • 1 answers

Bhumi Jain 6 years, 10 months ago

The process of transmission of traits from parents to offsprings
  • 1 answers

Indu Lekha 6 years, 10 months ago

Atomicity -The all or none concept Consistency Isolation Durability
  • 0 answers
  • 1 answers

Pankaj Fatnani 6 years, 10 months ago

UL is unordered list while OL is ordered list. UL has 3 types - disc , circle, square while OL has 5 types - i l a. A 1
  • 1 answers

Harsh Saxena 6 years, 10 months ago

setvisible will set d text field or check box etc. visible/ invisible whereas setenable will set d text field or check box enable/unabled for actions
  • 2 answers

Sona Irshad 6 years, 10 months ago

In between datatype column name is there

Sona Irshad 6 years, 10 months ago

Modify clause is used when the user needs to modify the structure of a table. Eg:- to change the datatype of the existing column. ALTER TABLE MODIFY <COLUMN NAME> DATATYPE;

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App