in Education by
Write a simple procedure for creating crystal report. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: Step 1: Create 2 tables Department and Employee using below script. /****** Object: Table [dbo].[Department] Script Date: 02-12-2015 21:50:00 ******/ SET. ANSI_NULLS ON GO. SET. QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[Department]( [DeptId] [int] IDENTITY(1, 1) NOT NULL, [DeptName] [nvarchar](50) NULL,

Related questions

0 votes
    write a Java program for the following : write a program in java to calculate simple interest (SI) for principal ... (T) as 3years Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    write a Java program for the following : write a program in java to calculate simple interest (SI) for principal ... (T) as 3years Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    write a program to implement a simple calculator for two input number . offers choice through a menu in python Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    write a program to find the simple intrest, if we input principal, rate, time… formula:si=pxrxt/100 Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    29: Write a program in python to make a simple calculator using function Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    write an alogithum to find out simple interest . Flowchart Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    Write and run (using appropriate calling program) a near procedure in 8086 assembly language that checks if the input ... AL register. Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    “Simple Language” what do you understand by the term in effective communication? Firstly read the question !!! Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    charts are more attractive and appealing than simple representation of data a. true b. false Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    Wap in Java to print a pascal triangle in simple language. Please explain the logic Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    What do you mean by danglimg if statement…..in simple language Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Unix is very simple it just needs a genius to understand its simplicity Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    What is segmentation & paging ??. Plzz explain in simple language No bookish definations Hope somebody has good example too Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    how can i learn introduction c++ , simple c plus plus expression simple program if Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
...