No products in the cart.

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

Ask Question
  • 3 answers

Urvi Sahu 7 years ago

Thanks divya

Divya Sen 7 years ago

Is this ans sufficient??

Divya Sen 7 years 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 7 years ago

Yes right its very interesting also

Urvi Sahu 7 years ago

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

Divya Sen 7 years 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 7 years ago

Practice sample papers
  • 1 answers

Urvi Sahu 7 years ago

Finding output is very simple.....you May practice question from sample papers for output questions and for coding also
  • 1 answers
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

Kritika Gaur 7 years ago

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

Mohammed Dawood 7 years 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 7 years, 1 month 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 7 years, 1 month ago

This you search in Google..
  • 2 answers

Aizaz Sheikh 7 years, 1 month ago

Open source software

Sunil Moond 7 years, 1 month ago

Open source software
  • 0 answers
  • 4 answers

Abc Efg 7 years, 1 month ago

Thanks ?

Harsh Saxena 7 years, 1 month ago

sysdate will give u current date as well as current time

Harsh Saxena 7 years, 1 month 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 7 years, 1 month ago

Plz anyone give me answer of this
  • 6 answers

Divya Sen 7 years, 1 month ago

And thnk u too vineet.

Divya Sen 7 years, 1 month ago

Yeah thnx my pen frnd bhumi

Vineit Kumar Gupta 7 years, 1 month 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 7 years, 1 month ago

Is it helpful to you my pen frnd,Divya

Bhumi Jain 7 years, 1 month 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 7 years, 1 month ago

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

Vineit Kumar Gupta 7 years, 1 month 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 7 years, 1 month ago

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

Yash Dave 7 years, 1 month ago

Universal code

Sumit Sarkar 7 years, 1 month ago

Maybe

Sumit Sarkar 7 years, 1 month ago

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

Bhumi Jain 7 years, 1 month ago

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

Indu Lekha 7 years, 1 month ago

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

Pankaj Fatnani 7 years, 1 month 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 7 years, 1 month 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 7 years, 1 month ago

In between datatype column name is there

Sona Irshad 7 years, 1 month 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