Results 1 - 15 of about 4432 sawaal for "query"
interact with the database. You can write queries SELECT, manipulate objects DDL and data DML with SQL. However, SQL doesnt include all the things that normal programming languages have, such as loops and IF...THEN...ELSE statements....these all things r the part of oracle languge...........which combines to make oracle complete.........in sql we can only exectue queries...and in pl/sql we can make porgams like c or c plus
Posted in
Computers & Technology by tanu priya at 7:34 PM on July 05, 2008
prepare to query the view that we created in last months article by using the following script to populate the Orders view with all the rows from the Orders table in the Northwind database:One common technology and demonstrated how to set up and modify the views. In this article, we demonstrate how to query distributed partitioned views. We show you the execution plans for various queries so you can see
Posted in
Computers & Technology by rahul katole at 1:42 AM on July 05, 2008
shashi SQL Structured Query Language pronounced /skjul / officially, although the nonstandard pronunciation /sikwl/ is often used see below, is a database computer language designed for the retrieval and programming language for querying and modifying data and managing databases. Although SQL is both an ANSI and an ISO standard, many database products support SQL with proprietary extensions to the standard
Posted in
Computers & Technology by shashi verma at 9:30 PM on May 03, 2008
in each document. Each search engine uses a proprietary algorithm to create its indices such that, ideally, only meaningful results are returned for each query. How a Search Engine Works ?Search engine search the Web, or an intranet, or a database. Actually consumers would really prefer a finding engine, rather than a search engine.Search engines match queries against an index that they create. The index
Posted in
Computers & Technology by shital at 9:50 PM on August 04, 2008
hi fzail Java Database Connectivity JDBC is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database activities:1. Connect to a data source, like a database2. Send queries and update statements to the database3. Retrieve and process the results received from the database in answer to your queryThe following
Posted in
Computers & Technology by Fazil at 3:49 PM on June 22, 2008
Well Himali , here are some tips for writing SQL queries in Crystal Reports.1. Use Crystal when you have your query tuned regardless how good Crystal Reports is - it is reporting tool - not querying environment. Tune your query first and be sure that you are pulling the right data.2. Use SQL Server Linked Servers. Use professional tool, such as Microsoft SQL Server, where you can create linked servers
Posted in
Computers & Technology by himali at 11:18 PM on May 16, 2008
;Ledger" tableStep 4: Write a SQL-query to fetch data from Ledger table of "scdatabase" as given below:-SQL-query<SQL.L IST><SQL> SELECT name AS name,parent FROM ledger <Ledger" tableStep 4: Write a SQL-query to fetch data from Ledger table of "scdatabase" as given below:-SQL-query<SQL.L IST><SQL> SELECT name AS name,parent FROM ledger <
Posted in
Computers & Technology by MILIND at 8:23 PM on June 14, 2008
, and the serial number is found in Win32PhysicalMedia class, thus we need to query twice and integrate the information into our HardDrive class.Lets first create an ArrayList to store our HardDrive objectsArrayList hdCollection = new ArrayList; Next, we query the Win32DiskDrive class first: ManagementObjectSearcher searcher = new ManagementObjectSearcher"SELECT FROM Win32DiskDrive"; foreach
Posted in
Computers & Technology by swizzsam at 3:31 PM on February 29, 2008
I dont have much idea about Blogging as I dont write blogs here in ibibo.You can also do one thing, ask the same query to ibibo team, they will give you a better answer.Click on the link / option Contact us" option. It is there in your home page my home A new window will open with all details.Write your query and send it to ibibo team.They will revert back to you shortly....no one is getting
Posted in
Computers & Technology by KHURSHEED at 12:46 PM on July 02, 2008
Tags
alok,
khursheed,
just,
wanted,
getting,
blog,
bonus,
even,
thow,
master,
level
You can also do one thing, ask the same query to ibibo team, they will give you a better answer.Click on the link / option Contact us" option. It is there in your home page my home A new window will open with all details.Write your query and send it to ibibo team.They will revert back to you shortly....well, You can also do one thing, ask the same query to ibibo team, they will give you a
Posted in
Computers & Technology by KHURSHEED at 12:46 PM on July 02, 2008
Tags
alok,
khursheed,
just,
wanted,
getting,
blog,
bonus,
even,
thow,
master,
level
You can also do one thing, ask the same query to ibibo team, they will give you a better answer.Click on the link / option Contact us" option. It is there in your home page my home A new window will open with all details.Write your query and send it to ibibo team.They will revert back to you shortly....well, You can also do one thing, ask the same query to ibibo team, they will give you a
Posted in
Computers & Technology by KHURSHEED at 12:46 PM on July 02, 2008
Tags
Subqueries, or nested queries, are used to bring back a set of rows to be used by the parent query. Depending on how the subquery is written, it can be executed once for the parent query or it can be executed once for each row returned by the parent query. If the subquery is executed for each row of the parent, this is called a correlated subquery. A correlated subquery can be easily identified
Posted in
Computers & Technology by Vinay at 4:00 AM on October 27, 2008
SQL Structured Query Language pronounced /skjul / officially, although the unofficial pronunciation "sequel", /sikwl/, is often used see below, is a database computer language designed interactive and programming language for querying and modifying data and managing databases. Although SQL is both an ANSI and an ISO standard, many database products support SQL with proprietary extensions
Posted in
Computers & Technology by Vinay at 4:09 AM on October 27, 2008
Queries of a database can be fast or slow. Depends on a lot of things. The size of the table, the amount of data you are requesting from the query, etc.One of the ways a dba can help query optimization, is by "updating statistics" on a table. Statistics of a table allows the query to find the most efficient way to gather the data from the table.http://wiki.answers.co m
Posted in
Computers & Technology by Vinay at 4:33 AM on October 27, 2008