Sql parent child tablepekerjaan
Website Penerimaan Peserta Didik Baru (PPDB) untuk sekolah
Dibutuhkan Full Stack Developer untuk mengerjakan sebuah projek yang mungkin akan berlangsung selama 2-3 bulan dengan requirement: - Ahli dalam mengimplementasikan PHP, Laravel, Vue.js, JS, Jquery, Ajax, SQL, git - Menyukai Problem Solving, dapat belajar dengan cepat, cepat dalam membaca dokumen, dapat bekerja secara tim, good attitude. - Lokasi di Yogyakarta
Membutuhkan anggota tim lepas (jadi tidak mengerjakan sendiri) untuk membuat aplikasi perhitungan efisiensi untuk sebuah perusahaaan manufacture. Aplikasi sebelumnya sudah ada, tinggal remake ulang menggunakan PHP Codeigniter
Hello partsgr12. My skills: Oracle / MS SQL / MySQL PHP, JScript Pentaho (PDI, PSW, PRD, CDE) Saiku Analytics
Permasalahan sbb: Programmer saya yg lama membuatkan Task scheduler utk ETL di sql server, dan skarang tidak bisa dibuat otomatis. Sebelumnya berjalan nomormal tapi kemudian fungsi otomatisnya hilang. Mohon untuk bisa diperiksa sql servernya
Permasalahan sbb: Programmer saya yg lama membuatkan Task scheduler utk ETL di sql server, dan skarang tidak bisa dibuat otomatis. Sebelumnya berjalan nomormal tapi kemudian fungsi otomatisnya hilang. Mohon untuk bisa diperiksa sql servernya
Dicari freelancer untuk mengajar ASP.NET dengan spec berikut: Basic HTML + CSS Basic C# ASP.NET + T-SQL: CRUD Operation Tool: VS2012 atau VS2013 10x pertemuan @3jam/session Jam belajar pagi/siang - Lokasi Yogyakarta Start: 10 Nov 2014
ilustrator adalah seorang yang mengilustrasikan kejadian atau peristiwa kedalam sebuah gambar, bisa juga dalam perfilman ilustrator adalah seorang yang membuat storyboad, ada pula yang menjadi ilustrator penerbit seperti koran majalah dll. saya mahasiswa desain grafis saya ingin sekali menjadi ilustrator dan photografer dan saya pernah membuat karya tugas berupa coofee table book yang berjudul silek harimau yang isinya tetntang silat harimau yang berasal dari sumatera barat ini ada beberapa hasil karya ilustrasi, vector dan fotograi saya
saya masih dalam tahap belajar mengembangkan ilmu dalam membuat perangkat lunak dan situs WEB, jika ada pekerjaan yang cocok untuk saya dan anda mau membayar saya, saya akan dengan senang hati menerimanya, ada beberapa skill yang saya kuasai : PHP, CSS, HTML, Website design, Graphic Design, VB.net, SQL
Plant Inventory Management System and SCADA System Scope Plant Inventory : 1. Mampu membuat Bussiness Process Model 2. Mengaplikasikan BPM ke Java/XML dan mengintegrasikan ke SAP system 3. Menguasai Database Server, SQL/Oracle 4. Menguasai Network LAN/WAN, Client+Server, Hardware Scope SCADA System : 1. Menguasai SCADA Programming, Prefered is Siemens SCADA Software 2. Mampu mengintegrasikan SCADA dengan Plant Inventory Management Syste
aku perlu sebuah aplikasi untuk odd bola secara realtime dan in-play odd. trus dimasukkin ke ke database sql atau acces
I am looking for an experienced Asp.Net MVC developer with 2-5 years of experience to join my team. The guy needs to work from my office here in Haldwani (Uttarakhand, India). Tasks: - The developer will be responsible for de...more than 3 months. Codebase: - The developer will be working with an existing codebase, so experience in working with existing projects is required. Skills and Experience: - 2-5 years of experience in Asp.Net MVC development. - Strong knowledge of C# and .NET framework. - Familiarity with front-end technologies such as HTML, CSS, and JavaScript. - Experience in working with databases, preferably SQL Server. - Good problem-solving and communication skills. If you meet these requirements and are ready to take on this challenging project, please submit your...
The primary responsibility of this role is to lead the migration of our SQL databases from an on-premises environment to Azure SQL Managed Instance. This role requires a deep understanding of both on-premises SQL Server and Azure SQL technologies, with a strong emphasis on planning, executing, and managing the migration process. Migration Planning and Execution: Develop and implement a comprehensive migration plan for moving our SQL databases from on-premises servers to Azure SQL Managed Instance. This includes assessing the current environment, planning the migration phases, and executing the migration with minimal downtime. Cost Estimation: Provide detailed cost estimates for the migration process, including Azure resource utilization, potentia...
I am looking for a creative graphic designer who can design nurse-themed t-shirts with a cute and whimsical style. I need two to three design concepts that are fun and playful. I am open to suggestions and would like the designer to bring their own ideas and creativity to the table. We are looking for a talented freelance graphic designer to create an engaging and unique t-shirt design for nursing professionals. The shirt will feature the phrase "On Call and On Point" and should embody the spirit and dedication of the nursing profession. Key Requirements: Design Theme: The design should be simple yet creative, capturing the essence of nursing. It should resonate with the hard work, dedication, and care nurses provide. Text: The featured phrase "On Call and On Poi...
...developer to assist me with a small project that requires user registration and login functionality. 2 I Also need a table for customer overview and also where I can register directly my customers. I want different sql columns that need to be developed later. lets start with a pretty standard setup. I Need a crontab or likewise to check for weekly and monthly due dates. If a row is due I want it to send email to me with information, and quicklinks to complete or deferre it. (this I need to find out detailed) I also want the customer to get a notification if this is checked within customer overview. 3 I will also have a table with important tasks for my company maybe 6-10 sql columns. I want to register these tasks to different users with different email...
I'm all done with my wordpress website. I have Google page speed scores of like 73/81, It needs some work to make it quicker. I setup optimization plugins and they're running, but I want someone to go in there and manually optimize the settings. Lightbox on product pages needs to be removed. No click or zoom functions on single product pages. Make sure optimized im...there and manually optimize the settings. Lightbox on product pages needs to be removed. No click or zoom functions on single product pages. Make sure optimized image loads in it's place. Product images on hover are SVG's. some areas of the hovered image look blurry. Salient has many optimization settings in there. Please check those first. I would like any css changes to either be made to the chil...
Our company has a Back End composed of an Embeddings Database in FAISS and another SQL Database in which we store metadata of multiple Academic Papers. In addition, we have developed in Python the search algorithm by which the user, when typing words, returns the papers with the highest relevance according to the search and their corresponding metadata. We need an interface that can be deployed on an AWS server where a user can type in a prompt the words he/she wants to search in the Academic Papers Database and get as results the metadata that are stored in the SQL database. It is important that this interface uses the search algorithm that is written in Python.
...project to the S3 bucket. When I run the lambda I want it to - Run the create table script below - Run a LOAD DATA script that loads the data file from the S3 bucket into the table we have just created - Run a SELECT COUNT(*) FROM geo_countries and the row count. Create Table CREATE TABLE IF NOT EXISTS geo_countries ( country_id SMALLINT UNSIGNED NOT NULL, country_code CHAR(2), country VARCHAR(50), lc_country VARCHAR(50), PRIMARY KEY (country_id) ) ENGINE=InnoDB; Load Data Will be something like. It has to be the fast load (LOAD DATA) from MySQL and NOT an insert into table. LOAD DATA INFILE 's3-bucket/' INTO TABLE geo_countries FIELDS TERMINATED BY ...
...Candidates with 2 or more years experience are preferred. Essential Skills and Duties Strong web development skills and very comfortable with HTML, CSS, and JavaScript Experience with one or more programming languages such as NodeJS, PHP, Java, Python, ASP, C#, Ruby, Perl, etc. Knowledge of the software development lifecycle as well as software version control tools such as Git Experience working with SQL and relational databases such as mySQL, Postgres, Oracle, etc. Advanced knowledge These are areas that would be helpful but not required for the position Write and consume web services and APIs such as PayPal or Braintree integrations, Freight rate shopping, Magento or Shopify integrations, hosting REST and SOAP services etc. Knowledge on Software / System Security best pract...
I am looking for a freelancer who can help me fix the technical errors in my graduation project. The main issue I am facing is a coding error. The project is based on a programming language other than C# Asp net SQL Server Skills and experience needed for this job: - Strong knowledge and experience in coding and debugging - Proficiency in multiple programming languages - Ability to identify and fix technical errors efficiently - Attention to detail and problem-solving skills
I am looking for a skilled freelancer to build a Relational Database for my project. I have all the data that needs to be imported into the database, and the primary purpose of the database is to store and retrieve data. Ideal skills and experience for this job include: - Proficiency in designing and building Relational Databases - Experience with data import and export processes - St...the data that needs to be imported into the database, and the primary purpose of the database is to store and retrieve data. Ideal skills and experience for this job include: - Proficiency in designing and building Relational Databases - Experience with data import and export processes - Strong understanding of data storage and retrieval techniques - Knowledge of database management systems and SQL...
Project Description: Optimize SQL query for improved performance in a MySQL database Requirements: - Expertise in SQL query optimization - In-depth knowledge of MySQL database management system - Ability to analyze and identify bottlenecks causing slow execution time - Experience in suggesting and implementing indexing strategies for improved query performance Deliverables: - Analyze the current SQL query and identify performance issues - Optimize the query to reduce execution time - Implement indexing strategies to improve query performance - Provide suggestions and recommendations for further performance improvements Skills and Experience: - Strong proficiency in SQL query optimization - Extensive experience with MySQL database management system - Knowledg...
I am looking for a skilled developer to create a process that can accept OCR scanned handwritten text and convert it into digitized data. The ideal candidate should have experience in OCR technology and data conversion. Data Scanning: - The project requires scanning handwritten text. Digitized Data Format: - The digitized data should be accepted into an MS Access table. The handwritten data comes from a structured form. The form contains approximately 10 fields There will be 40-50 forms processed per day Accuracy Rate: - The expected accuracy rate for the digitized data is 96-99%. Skills and Experience: - Proficiency in OCR technology and data conversion. - Experience with MS Access and database management. - Attention to detail and ability to ensure high accuracy in data conve...
I am looking for a freelancer to build a relational database for data storage. The database will need to have 1-3 tables. Skills and experience needed for this project: - Expertise in building relational databases - Proficiency in SQL - Knowledge of database design principles and best practices
I am looking for a skilled developer to create a process that can accept OCR scanned handwritten text and convert it into digitized data. The ideal candidate should have experience in OCR technology and data conversion. Data Scanning: - The project requires scanning handwritten text. Digitized Data Format: - The digitized data should be accepted into an MS Access table. The handwritten data comes from a structured form. The form contains approximately 10 fields There will be 40-50 forms processed per day Accuracy Rate: - The expected accuracy rate for the digitized data is 96-99%. Skills and Experience: - Proficiency in OCR technology and data conversion. - Experience with MS Access and database management. - Attention to detail and ability to ensure high accuracy in data conve...
System Functionalities: - Multi-tenant application using Database Per Tenant Architecture - RESTful API development - User Authentication and Authorization - Application will use 2 databases 1. Master database containing the list of tenants and their databases 2. Tenants Database containing tenant data including the users table. Tenant data is a table called person with 3 columns: id long, fullname, string, and dateofbirth date - Search functionality using fullname - Search functionality using date of birth - Two applications are needed, 1) the ReST service app. and 2) the client app the consumes the rest APIs - The work is be done in spring boot
We Need a Power BI custom chart , Matrix Table which should have below mentioned features 1. Users should be able to pull 2 level of column headers 2. Users should be able to pull 2 level of rows headers 3. Users should be able to plot 3 KPI’s inside single cell 2 kpis representation in numbers format whereas 1 KPI in the shape of bubble 4. Row Total and Column Total should come.. users at run time should be able to toggle Row and column total On/Off 5- Header should be able to showcase 3 KPI's as per attachedPPT 6-Users should be able to change KPIs using panel coming in right hand side as per ppt 7- user should be able to see tool tip as per screenshot given in ppt 8- visuals should be controled by Key which means if key is not given visual will not work.. Please refe...
I am looking for a freelancer to create a vintage-style Monopoly board in the size of 27"x15" that will be stuck to a leather insert on my game table. The board should have the same oldish look as the current boards that are built into the table. I will need both a vector file and a high-resolution PNG. Style: - The vintage design should mimic the current games in the game table. Design Elements: - I have specific design elements and images that I would like to include on the board. Color Scheme: - The preferred color scheme for the board should match the current table, and I will submit pictures for reference. Skills and Experience: - Experience in creating vintage-style designs - Proficiency in creating vector files - Attention to detail to recre...
I am looking for a PHP developer to help me disable spaces and special characters in a registration form. Ideal skills and experience for this project include: - Strong knowledge of PHP - Experience with form validation - Understanding of security measures to prevent SQL injection The registration form consists of 1-3 fields that need to have spaces and special characters disabled. The main goal of this project is to create cleaner entries and meet form validation requirements.
...up the required environment for the project - PowerPages: linking PowerPage website to a domain name and publishing website - PowerBi: licensing advice for the required purpose (is a PowerBi embedded license required) and implementation once correct license is acquired - PowerBi: creation of specified visualizations using excel data with standardized fields (one map, three charts and a data table) - the excel data and standard fields already exist - PowerBi: ensuring visualizations only display data for the user based on their Azure Active Directory login credentials from the PowerPages site - Azure Active Directory: ability for us to grant users access to login on the PowerPages website to view only their data presented by the PowerBi visuals If you have the necessary ...
A+B is almost done. There is a category creation that is not working properly and it adds the wrong categories too. >>Do first: #184. A. Testing after each step is mandatory #184. B. 1. Adding duplicates; should be corrected so only one is added to a very special table #184. B. 2. two differnt colours must be added simultantously and automatically to BOTH since the APIS are not giving the correct resutls otherwise. #184. B. 3. Import video from the disk and do not store it on Youtube. This is a suggested QUICK solution #166. Adding image labels is not done Categories must of course be created and only the categories that are in the CSV must be added. This is like standard for any coder.
Hi, Have a small task which I require it to be done every week, tallying up some expenses and emailing it back to me , I have a template which you can work off ..
I can only access phpMyadmin through WHM when I have the following in my /etc/ file - [mysqld] skip-grant-tables But then I am not able to retrieve the data from mysql table in my webpages. However when I remove skip-grant-tables from , I an able to view the data in my webpages but phpMyAdmin stops working. I get the message - mysqli_sql_exception: Access denied for user 'root'@'localhost' (using password: YES) I am using AlmaLinux 8
I am looking for a skilled video editor who can help me with editing my Listicle Articles (Eg: Top 10 Costliest Cars) into YouTube Shorts. I am open to anything in terms of editing style, but I do have a rough idea of what I want. The videos will be short... I am open to anything in terms of editing style, but I do have a rough idea of what I want. The videos will be short, with each video expected to be less than 1 minute in length. Skills and Experience Required: - Proficient in video editing software (e.g., Adobe Premiere Pro, Final Cut Pro) - Experience in editing vlogs or similar content for YouTube - Creative and able to bring ideas to the table for editing style - Attention to detail to ensure smooth transitions and high-quality visuals - Ability to work efficiently and meet...
Mobile app to provide all generic public information of selected city of India. Information can be About City Main Attraction, Hotels, Hospitals, Emergency Contact No, Scholls and colleges, Police stations, Public Representatives, Govt Officials Old Age Home, Local Train Information, Bus time table, Information Nearest police station, based on Geo Location etc.
Dashboard required for operational data, the raw data is attached with basic info. 1) Column define for day, week, month. 2) need to declare table with info by Product 3) sheet 1 Dashboard and rest in the following sheet Sample attcahed view Job complete review then payment
I am looking for a skilled graphic designer to create a table tent design, pamphlet design and 1 brochure design for my project. I have the content ready, just design needs to be done. I have specific ideas in mind for the theme and style of the design. I would like to have 2 revisions for the final design to ensure it meets my expectations. Ideal skills and experience for this job: - Proficiency in graphic design software such as Adobe Photoshop or Illustrator - Strong creativity and ability to bring my specific ideas to life - Attention to detail to ensure the design is visually appealing and professional - Ability to work within a specified timeframe and meet deadlines - Excellent communication skills to understand and incorporate my feedback during the revision process.
I am seeking a Java Developer with expertise in JavaFX for an ongoing project. The tasks involved in this project include both new development and maintenance. The timeline for this project is urgent, with a deadline of 1-2 weeks. Skills and Experience: - Strong proficiency in Java and JavaFX - Experience in both new development and maintenance of Java projects - Familiarity with mySQL database - Knowledge of other Java frameworks such as Spring and Hibernate is a plus.
...State(s)name/All, City(s)name/All from 'Start date' to 'End Date'. Best wishes." (VIII). Advertisement List should show 'Preview of Advertisement' as appearing for Admin account in grey with all product information. (IX). Advertiser should be able to Edit Advertisement after clicking 'Edit Ad' button. 2. 'Notebooks List' and 'Hidden Notebooks List' should show 'Delete' column also at the end in table to delete notebook(s) like 'Favourite notebooks list'. If user clicks on 'Delete' button infront of any notebook entry then pop-up window message should appear like below- "All pages added in this notebook will also be removed which will not be retrievable. Do you still want to delet...
I am looking for a graphic designer to help me with a bottle sticker design project. - The task involves creating a unique and eye-catching design for the sticker. - I am open to suggestions and would like the designer to bring their creative ideas to the table. - The target audience for the product is not specified. - Ideal skills for this job include graphic design expertise, creativity, and the ability to create visually appealing designs that will attract customers.
1. User Authentication: Allow students, teachers, and parents to create accounts and log in securely. Implement role-based access (student, teacher, parent) with personalized dashboards. 2. Course Catalog: Display a comprehensive list of courses and classes offered by the music academy. Include details such as course descriptions, instructor information, and schedules. 3. Class Schedule: Provide a dynamic and easily accessible class schedule. Allow users to view their personalized schedules based on enrolled courses. 4. Notifications: Send push notifications for important announcements, class reminders, and upcoming events. Allow users to customize notification preferences. 5. Progress Tracking: Include a feature for students and parents to track progress. Display grades, atten...
I am looking for a Tableau expert to work on a project that involves setting up a date filter and creating a formula for calculating the count of targets met divided by the total opportunities. The desired outcome of this project is to generate actionable insights for d...opportunities. The desired outcome of this project is to generate actionable insights for decision-making. I have all the necessary data ready for this project, so there is no need for data collection. Each contract has metric IDs and associated target we have to count the total opportunities by counting the total metric I'd with target and second parameter is counting the how many targets are meeting The table should only show the data for previous week I have attached the formula but it's not working w...
...develop a software from scratch with the following requirements: Functionalities: - RESTful API development - User Authentication and Authorization - Multi-tenant application using Tenant Per Database - Application will use 2 databases 1. Master database containing the list of tenants 2. Tenants Database containing tenant data including the users table Tenant data is users and roles table for access credentials, and a person table which has three columns: id, first name, and last name Experience and Skills: - Strong experience in Spring Boot development - Proficient in Java programming language - Knowledge of RESTful API development and best practices - Experience with Spring Boot Security Timeline: - The expected timeline for completing the software...
Project Description: edit group image of 4, replace face with second image of child Purpose of the face swap: Personal use Number of images for face swap: Just one Additional edits required: Yes, minor adjustments Skills and experience required: - Experience in photo editing and face swapping - Proficiency in using photo editing software such as Adobe Photoshop - Attention to detail for making minor adjustments to the image
I am looking for a Tableau expert to work on a project that involves setting up a date filter and creating a formula for calculating the count of targets met divided by the total opportunities. The desired outcome of this project is to generate actionable insights for...opportunities. The desired outcome of this project is to generate actionable insights for decision-making. I have all the necessary data ready for this project, so there is no need for data collection. Each contract has metric IDs and associated target we have to count the total opportunities by counting the total metric I'd with target and second parameter is counting the how many targets are meeting The table should only show the data for previous week I have attached the formula but it's not working wit...
In this scaffolded assignment, ...cost-benefit analysis of health care services, cost-effectiveness analysis of publicly provided health insurance and medical malpractice among others. The immediate goal of this research paper is to become familiar with using modern empirical tools in health economics/applied microeconometrics. Relevant, publicly available datasets cover topics such as individual healthLinks to an external site., child healthLinks to an external site., aging, health insurance coverageLinks to an external site., healthcare price and utilizationLinks to an external site., healthcare regulation (FDA)Links to an external site., and national welfareLinks to an external site.. Harvard DataverseLinks to an external site. is a frequently used data depository for replication...
I am looking for a freelancer to help me put a simple table with text only onto a PDF. I have a specific design in mind for the table. I would also like to discuss the possibility of adding additional elements to the PDF, such as headers/footers and graphs/charts, depending on the freelancer's expertise. Ideal Skills and Experience: - Proficient in PDF editing and formatting - Experience in creating tables and working with text - Ability to follow specific design instructions - Knowledge of adding headers/footers and graphs/charts to PDFs (optional)
For the development of a legal startup's web platform, we're looking for developers proficient in HTML/CSS/JavaScript for front-end development, ensuring a dynamic and responsive user interface. The back-end should ideally be built using Node.js or Python, leveraging frameworks like Django or Flask for rapid and efficient development. A strong understanding of database management using SQL (such as PostgreSQL) or NoSQL (like MongoDB) is essential. Additionally, experience with Python for AI components, particularly in claim screening, is crucial. We prioritize developers who can implement robust security measures and ensure scalability, possibly through cloud services.